Html Css Color HEX #19DEAA Caribbean Green

📋 copy color: '#19DEAA'

red 25 ◦ green 222 ◦ blue 170

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

Shades of Caribbean Green #19DEAA

Tints of Caribbean Green #19DEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.24%

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 6%
G = 53.24%
B = 40.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#19DEAA (or 0x19DEAA) is known color: Caribbean Green. HEX triplet: 19, DE and AA. RGB value is (25,222,170). Sum of RGB (Red+Green+Blue) = 25+222+170=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 222 (87.11% from 255 or 53.24% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 222 - color contains mainly: green. Hex color #19DEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DEAA is #E62155. Grayscale: #9D9D9D. Windows color (decimal): -15081814 or 11197977. OLE color: 11197977.

HSL color Cylindrical-coordinate representation of color #19DEAA: hue angle of 164.16º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DEAA is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 222 170 -
CMYK 0.89 0 0.23 0.13
HSL 164.16º 0.8% 0.48% -
HSV(B) 164.16º 0.89% 0.87% -
XYZ 33.78 55.35 46.93 -
YUV 157.17 135.23 33.73 -
System Red Green Blue C M Y K H S L
Decimal 25 222 170 0.89 0 0.23 0.13 164.16 0.8 0.48
Hex 19 DE AA 59 0 17 D A4 50 30
Octal 31 336 252 131 0 27 15 244 120 60
Binary 11001 11011110 10101010 1011001 0 10111 1101 10100100 1010000 110000

Color Harmonies of #19DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DEAA

Black with #19DEAA

Text Example


Text Example

White with #19DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,222,170); }

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

background-color css

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

 a { background-color: rgb(25,222,170); }

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

border-color css

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

 span { border-color: rgb(25,222,170); }

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