COLOR #25CACC

HEX: #25CACC RGB: (37,202,204)

Color info

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

RGB color model

#25CACC color RGB value is (37,202,204).

RGB: (37,202,204) (15%, 79%, 80%)

RGB channels and saturation

R 37 of 255 = 15%
G 202 of 255 = 79%
B 204 of 255 = 80%

37
202
204

R + G + B ~ 58%. #25CACC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 37 + 202 + 204 = 443 (100%)
R 37 of 443 ~ 8.35%
G 202 of 443 ~ 45.6%
B 204 of 443 ~ 46.05'%

%45.6
%46.05

CMYK color model

#25CACC color CMYK value is (82,1,0,20).

  • cyan value is 81.86%
  • magenta value is 0.98%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (82,1,0,20)
C82M1Y0K20 (82%, 1%, 0%, 20%)
(0.82 / 0.01 / 0.00 / 0.20)

CMYK percentages

%81.86
%0.98
%0
%20

Codes

Color #25CACC in popluar color models

25 CA CC
RGB 37 202 204
HSL 181° 69.29% 47.25%
HSB/HSV 181° 81.86% 80.00%
CMYK 81.86% 0.98% 0.00%
20.00%

Color #25CACC in popluar number systems.

HEX 25 CA CC
Decimal 37 202 204
Binary 100101 11001010 11001100
Octal 45 312 314

Shades and tints

Shades of #25CACC

#25CACC
(37,202,204)
#22B8BA
(34,184,186)
#1FA6A8
(31,166,168)
#1C9496
(28,148,150)
#198284
(25,130,132)
#167072
(22,112,114)
#135E60
(19,94,96)
#104C4E
(16,76,78)
#0D3A3C
(13,58,60)
#0A282A
(10,40,42)
#071618
(7,22,24)
#000000
(0,0,0)

Tints of #25CACC

#25CACC
(37,202,204)
#38CED0
(56,206,208)
#4BD2D4
(75,210,212)
#5ED6D8
(94,214,216)
#71DADC
(113,218,220)
#84DEE0
(132,222,224)
#97E2E4
(151,226,228)
#AAE6E8
(170,230,232)
#BDEAEC
(189,234,236)
#D0EEF0
(208,238,240)
#E3F2F4
(227,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25CACC color. Also use rgb(37,202,204) instead hex code.

Text Font Color

.myTextColor { color: #25CACC; }

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

This text font color is #25CACC.

Background Color

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

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

This div background color is #25CACC.

Border color

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

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

This div border color is #25CACC.

Opacity

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

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

Text with #25CACC 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 #25CACC;}

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

This text has shadow with #25CACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25CACC.

Preview

Color preview on black background

This text has color #25CACC on black background.


Color preview on white background

This text has color #25CACC on white background.


Black color preview on #25CACC background

This text has black color on #25CACC background.


White color preview on #25CACC background

This text has white color on #25CACC background.


Related colors

Complementary color

Complementary color for #hex is #DA3533.


I love getcolorcode.com

Triadic colors

1 #CC25CA and #CACC25 with #25CACC are triadic colors.

2 #CCCA25 and #CA25CC with #25CACC are triadic colors.