Html Css Color HEX #19DBB2 Caribbean Green

📋 copy color: '#19DBB2'

red 25 ◦ green 219 ◦ blue 178

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

Shades of Caribbean Green #19DBB2

Tints of Caribbean Green #19DBB2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.9%

 BLUE value IS 178 (69.92% from 255) = 42.18%

R = 5.92%
G = 51.9%
B = 42.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#19DBB2 (or 0x19DBB2) is known color: Caribbean Green. HEX triplet: 19, DB and B2. RGB value is (25,219,178). Sum of RGB (Red+Green+Blue) = 25+219+178=422 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.92% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #19DBB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DBB2 is #E6244D. Grayscale: #9C9C9C. Windows color (decimal): -15082574 or 11721497. OLE color: 11721497.

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

Color convert

RGB 25 219 178 -
CMYK 0.89 0 0.19 0.14
HSL 167.32º 0.8% 0.48% -
HSV(B) 167.32º 0.89% 0.86% -
XYZ 33.77 54.08 50.78 -
YUV 156.32 140.23 34.33 -
System Red Green Blue C M Y K H S L
Decimal 25 219 178 0.89 0 0.19 0.14 167.32 0.8 0.48
Hex 19 DB B2 59 0 13 E A7 50 30
Octal 31 333 262 131 0 23 16 247 120 60
Binary 11001 11011011 10110010 1011001 0 10011 1110 10100111 1010000 110000

Color Harmonies of #19DBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DBB2

Black with #19DBB2

Text Example


Text Example

White with #19DBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,219,178); }

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

background-color css

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

 a { background-color: rgb(25,219,178); }

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

border-color css

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

 span { border-color: rgb(25,219,178); }

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