Html Css Color HEX #19DCAA Caribbean Green

📋 copy color: '#19DCAA'

red 25 ◦ green 220 ◦ blue 170

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

Shades of Caribbean Green #19DCAA

Tints of Caribbean Green #19DCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.01%

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

R = 6.02%
G = 53.01%
B = 40.96%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#19DCAA (or 0x19DCAA) is known color: Caribbean Green. HEX triplet: 19, DC and AA. RGB value is (25,220,170). Sum of RGB (Red+Green+Blue) = 25+220+170=415 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.02% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #19DCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DCAA is #E62355. Grayscale: #9B9B9B. Windows color (decimal): -15082326 or 11197465. OLE color: 11197465.

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

Color convert

RGB 25 220 170 -
CMYK 0.89 0 0.23 0.14
HSL 164.62º 0.8% 0.48% -
HSV(B) 164.62º 0.89% 0.86% -
XYZ 33.25 54.3 46.76 -
YUV 156 135.9 34.57 -
System Red Green Blue C M Y K H S L
Decimal 25 220 170 0.89 0 0.23 0.14 164.62 0.8 0.48
Hex 19 DC AA 59 0 17 E A5 50 30
Octal 31 334 252 131 0 27 16 245 120 60
Binary 11001 11011100 10101010 1011001 0 10111 1110 10100101 1010000 110000

Color Harmonies of #19DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DCAA

Black with #19DCAA

Text Example


Text Example

White with #19DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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