Html Css Color HEX #19CAA0 Caribbean Green

📋 copy color: '#19CAA0'

red 25 ◦ green 202 ◦ blue 160

#19CAA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #19CAA0

Tints of Caribbean Green #19CAA0

RGB

 RED value IS 25 (10.16% from 255) = 6.46%

 GREEN value IS 202 (79.3% from 255) = 52.2%

 BLUE value IS 160 (62.89% from 255) = 41.34%

R = 6.46%
G = 52.2%
B = 41.34%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#19CAA0 (or 0x19CAA0) is known color: Caribbean Green. HEX triplet: 19, CA and A0. RGB value is (25,202,160). Sum of RGB (Red+Green+Blue) = 25+202+160=387 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.46% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #19CAA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CAA0 is #E6355F. Grayscale: #909090. Windows color (decimal): -15086944 or 10537497. OLE color: 10537497.

HSL color Cylindrical-coordinate representation of color #19CAA0: hue angle of 165.76º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CAA0 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 202 160 -
CMYK 0.88 0 0.21 0.21
HSL 165.76º 0.78% 0.45% -
HSV(B) 165.76º 0.88% 0.79% -
XYZ 27.87 44.99 40.47 -
YUV 144.29 136.86 42.92 -
System Red Green Blue C M Y K H S L
Decimal 25 202 160 0.88 0 0.21 0.21 165.76 0.78 0.45
Hex 19 CA A0 58 0 15 15 A6 4E 2D
Octal 31 312 240 130 0 25 25 246 116 55
Binary 11001 11001010 10100000 1011000 0 10101 10101 10100110 1001110 101101

Color Harmonies of #19CAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CAA0

Black with #19CAA0

Text Example


Text Example

White with #19CAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19CAA0; }

 p { color: rgb(25,202,160); }

 H1.HeaderClassName
 {
   color: #19CAA0;
 }
 .AnyTagClassName
 {
   color: #19CAA0;
 }
</style>

background-color css

<style>
 a { background-color: #19CAA0; }

 a { background-color: rgb(25,202,160); }

 div.DivClassName
 {
   background-color: #19CAA0;
 }
 .BgClassName
 {
   background-color: #19CAA0;
 }
</style>

border-color css

<style>
 span { border-color: #19CAA0; }

 span { border-color: rgb(25,202,160); }

 td.TdClassName
 {
   border-color: #19CAA0;
 }
 .TagClassName
 {
   border-color: #19CAA0;
 }
</style>