Html Css Color HEX #19DBA8 Caribbean Green

📋 copy color: '#19DBA8'

red 25 ◦ green 219 ◦ blue 168

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

Shades of Caribbean Green #19DBA8

Tints of Caribbean Green #19DBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.78%

R = 6.07%
G = 53.16%
B = 40.78%

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

#19DBA8 (or 0x19DBA8) is known color: Caribbean Green. HEX triplet: 19, DB and A8. RGB value is (25,219,168). Sum of RGB (Red+Green+Blue) = 25+219+168=412 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.07% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #19DBA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DBA8 is #E62457. Grayscale: #9B9B9B. Windows color (decimal): -15082584 or 11066137. OLE color: 11066137.

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

Color convert

RGB 25 219 168 -
CMYK 0.89 0 0.23 0.14
HSL 164.23º 0.8% 0.48% -
HSV(B) 164.23º 0.89% 0.86% -
XYZ 32.8 53.7 45.68 -
YUV 155.18 135.23 35.15 -
System Red Green Blue C M Y K H S L
Decimal 25 219 168 0.89 0 0.23 0.14 164.23 0.8 0.48
Hex 19 DB A8 59 0 17 E A4 50 30
Octal 31 333 250 131 0 27 16 244 120 60
Binary 11001 11011011 10101000 1011001 0 10111 1110 10100100 1010000 110000

Color Harmonies of #19DBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DBA8

Black with #19DBA8

Text Example


Text Example

White with #19DBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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