Html Css Color HEX #19D6AC Caribbean Green

📋 copy color: '#19D6AC'

red 25 ◦ green 214 ◦ blue 172

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

Shades of Caribbean Green #19D6AC

Tints of Caribbean Green #19D6AC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.07%

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 6.08%
G = 52.07%
B = 41.85%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#19D6AC (or 0x19D6AC) is known color: Caribbean Green. HEX triplet: 19, D6 and AC. RGB value is (25,214,172). Sum of RGB (Red+Green+Blue) = 25+214+172=411 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.08% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #19D6AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D6AC is #E62953. Grayscale: #989898. Windows color (decimal): -15083860 or 11327001. OLE color: 11327001.

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

Color convert

RGB 25 214 172 -
CMYK 0.88 0 0.20 0.16
HSL 166.67º 0.79% 0.47% -
HSV(B) 166.67º 0.88% 0.84% -
XYZ 31.89 51.28 47.25 -
YUV 152.7 138.88 36.92 -
System Red Green Blue C M Y K H S L
Decimal 25 214 172 0.88 0 0.20 0.16 166.67 0.79 0.47
Hex 19 D6 AC 58 0 14 10 A7 4F 2F
Octal 31 326 254 130 0 24 20 247 117 57
Binary 11001 11010110 10101100 1011000 0 10100 10000 10100111 1001111 101111

Color Harmonies of #19D6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D6AC

Black with #19D6AC

Text Example


Text Example

White with #19D6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,214,172); }

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

background-color css

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

 a { background-color: rgb(25,214,172); }

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

border-color css

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

 span { border-color: rgb(25,214,172); }

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