COLOR #25D0E0

HEX: #25D0E0
RGB: (37,208,224)

Color info

#25D0E0 contains mainly green and blue colors. Web safe color of #25D0E0 is #33CCCC (or #3CC).

RGB color model

#25D0E0 color RGB value is (37,208,224).

  • red value is 37;
  • green value is 208;
  • blue value is 224.
RGB:
(37,208,224)
(15%,82%,88%)

RGB channels and saturation

R 37 of 255 = 15%
G 208 of 255 = 82%
B 224 of 255 = 88%

37
208
224

R + G + B ~ 62%. #25D0E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
37 + 208 + 224 = 469 (100%)
R 37 of 469 ~ 7.89%
G 208 of 469 ~ 44.35%
B 224 of 469 ~ 47.76%

%44.35
%47.76

CMYK color model

#25D0E0 color CMYK value is (83,7,0,12).

  • cyan value is 83.48%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(83,7,0,12)
C83M7Y0K12 
(83%,7%,0%,12%)
(0.83/0.07/0.00/0.12)	

CMYK percentages

%83.48
%7.14
%0
%12.16

Codes

Color #25D0E0 in popluar color models

25D0E0
RGB37208224
HSL185°75.10%51.18%
HSB/HSV185°83.48%87.84%
CMYK83.48%7.14%0.00%
12.16%

Color #25D0E0 in popluar number systems.

HEX25D0E0
Decimal37208224
Binary1001011101000011100000
Octal45320340

Shades and tints

Shades of #25D0E0

#25D0E0
(37,208,224)
#22BECC
(34,190,204)
#1FACB8
(31,172,184)
#1C9AA4
(28,154,164)
#198890
(25,136,144)
#16767C
(22,118,124)
#136468
(19,100,104)
#105254
(16,82,84)
#0D4040
(13,64,64)
#0A2E2C
(10,46,44)
#071C18
(7,28,24)
#000000
(0,0,0)

Tints of #25D0E0

#25D0E0
(37,208,224)
#38D4E2
(56,212,226)
#4BD8E4
(75,216,228)
#5EDCE6
(94,220,230)
#71E0E8
(113,224,232)
#84E4EA
(132,228,234)
#97E8EC
(151,232,236)
#AAECEE
(170,236,238)
#BDF0F0
(189,240,240)
#D0F4F2
(208,244,242)
#E3F8F4
(227,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25D0E0 color. Also use rgb(37,208,224) instead hex code.

Text Font Color

.myTextColor { color: #25D0E0; }

<p style="color:#25D0E0">This sample text font color is #25D0E0.</p>

This text font color is #25D0E0.


Background Color

.myBgColor { background-color: #25D0E0; }

<div style="background-color:#25D0E0">Inner text</div>

This div background color is #25D0E0.


Border color

.myBorderColor { border: 1px solid #25D0E0; }

<div style="border:3px solid #25D0E0">Div</div>

This div border color is #25D0E0.


Opacity

.myOpacity80 { color: #25D0E0; opacity: 0.8; }

<p style="color:#25D0E0;opacity:0.8;">80%</p>

Text with #25D0E0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #25D0E0;}

<p style="text-shadow: 3px 3px 1px #25D0E0">Text here.</p>

This text has shadow with #25D0E0 color.

.textShadow {text-shadow: 3px 3px 1px #25D0E0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #25D0E0, 5px 5px 20px red">Text here.</p>

This text has shadow with #25D0E0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#25D0E0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#25D0E0, Direction=45, Strength=4)">Text</p>

This text has shadow with #25D0E0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #25D0E0;
  -webkit-box-shadow:	1px 1px 3px 2px #25D0E0;
  box-shadow:		1px 1px 3px 2px #25D0E0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #25D0E0;
-webkit-box-shadow: 1px 1px 3px 2px #25D0E0;
box-shadow:1px 1px 3px 2px #25D0E0;">
Div content here</div>
This div box has shadow with color #25D0E0.

Preview

Color preview on black background

This text has color #25D0E0 on black background.


Color preview on white background

This text has color #25D0E0 on white background.



Black color preview on #25D0E0 background

This text has black color on #25D0E0 background.


White color preview on #25D0E0 background

This text has white color on #25D0E0 background.