Html Css Color HEX #19D8AB Caribbean Green

📋 copy color: '#19D8AB'

red 25 ◦ green 216 ◦ blue 171

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

Shades of Caribbean Green #19D8AB

Tints of Caribbean Green #19D8AB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.43%

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 6.07%
G = 52.43%
B = 41.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#19D8AB (or 0x19D8AB) is known color: Caribbean Green. HEX triplet: 19, D8 and AB. RGB value is (25,216,171). Sum of RGB (Red+Green+Blue) = 25+216+171=412 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.07% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #19D8AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D8AB is #E62754. Grayscale: #999999. Windows color (decimal): -15083349 or 11261977. OLE color: 11261977.

HSL color Cylindrical-coordinate representation of color #19D8AB: hue angle of 165.86º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D8AB is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 216 171 -
CMYK 0.88 0 0.21 0.15
HSL 165.86º 0.79% 0.47% -
HSV(B) 165.86º 0.88% 0.85% -
XYZ 32.31 52.26 46.91 -
YUV 153.76 137.72 36.16 -
System Red Green Blue C M Y K H S L
Decimal 25 216 171 0.88 0 0.21 0.15 165.86 0.79 0.47
Hex 19 D8 AB 58 0 15 F A6 4F 2F
Octal 31 330 253 130 0 25 17 246 117 57
Binary 11001 11011000 10101011 1011000 0 10101 1111 10100110 1001111 101111

Color Harmonies of #19D8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D8AB

Black with #19D8AB

Text Example


Text Example

White with #19D8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,216,171); }

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

background-color css

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

 a { background-color: rgb(25,216,171); }

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

border-color css

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

 span { border-color: rgb(25,216,171); }

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