Html Css Color HEX #19DDAA Caribbean Green

📋 copy color: '#19DDAA'

red 25 ◦ green 221 ◦ blue 170

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

Shades of Caribbean Green #19DDAA

Tints of Caribbean Green #19DDAA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.13%

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

R = 6.01%
G = 53.13%
B = 40.87%

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

#19DDAA (or 0x19DDAA) is known color: Caribbean Green. HEX triplet: 19, DD and AA. RGB value is (25,221,170). Sum of RGB (Red+Green+Blue) = 25+221+170=416 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.01% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #19DDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DDAA is #E62255. Grayscale: #9C9C9C. Windows color (decimal): -15082070 or 11197721. OLE color: 11197721.

HSL color Cylindrical-coordinate representation of color #19DDAA: hue angle of 164.39º 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 #19DDAA is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 221 170 -
CMYK 0.89 0 0.23 0.13
HSL 164.39º 0.8% 0.48% -
HSV(B) 164.39º 0.89% 0.87% -
XYZ 33.51 54.82 46.85 -
YUV 156.58 135.57 34.15 -
System Red Green Blue C M Y K H S L
Decimal 25 221 170 0.89 0 0.23 0.13 164.39 0.8 0.48
Hex 19 DD AA 59 0 17 D A4 50 30
Octal 31 335 252 131 0 27 15 244 120 60
Binary 11001 11011101 10101010 1011001 0 10111 1101 10100100 1010000 110000

Color Harmonies of #19DDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DDAA

Black with #19DDAA

Text Example


Text Example

White with #19DDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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