Shades of Caribbean Green #00D19C
Tints of Caribbean Green #00D19C
RGB
CMYK
RGB Variations
Color information
#00D19C (or 0x00D19C) is known color: Caribbean Green. HEX triplet: 00, D1 and 9C. RGB value is (0,209,156). Sum of RGB (Red+Green+Blue) = 0+209+156=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 209 (82.03% from 255 or 57.26% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 209 - color contains mainly: green. Hex color #00D19C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D19C is #FF2E63. Grayscale: #8C8C8C. Windows color (decimal): -16723556 or 10277120. OLE color: 10277120.
HSL color Cylindrical-coordinate representation of color #00D19C: hue angle of 164.78º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D19C is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 156 | - |
| CMYK | 1 | 0 | 0.25 | 0.18 |
| HSL | 164.78º | 1% | 0.41% | - |
| HSV(B) | 164.78º | 1% | 0.82% | - |
| XYZ | 28.8 | 48 | 39.2 | - |
| YUV | 140.47 | 136.76 | 27.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 156 | 1 | 0 | 0.25 | 0.18 | 164.78 | 1 | 0.41 |
| Hex | 0 | D1 | 9C | 64 | 0 | 19 | 12 | A5 | 64 | 29 |
| Octal | 0 | 321 | 234 | 144 | 0 | 31 | 22 | 245 | 144 | 51 |
| Binary | 0 | 11010001 | 10011100 | 1100100 | 0 | 11001 | 10010 | 10100101 | 1100100 | 101001 |
Color Harmonies of #00D19C
Complementary color
Monochromatic Colors of #00D19C
Black with #00D19C
Text Example
Text Example
White with #00D19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D19C; }
p { color: rgb(0,209,156); }
H1.HeaderClassName
{
color: #00D19C;
}
.AnyTagClassName
{
color: #00D19C;
}
</style>
background-color css
<style>
a { background-color: #00D19C; }
a { background-color: rgb(0,209,156); }
div.DivClassName
{
background-color: #00D19C;
}
.BgClassName
{
background-color: #00D19C;
}
</style>
border-color css
<style>
span { border-color: #00D19C; }
span { border-color: rgb(0,209,156); }
td.TdClassName
{
border-color: #00D19C;
}
.TagClassName
{
border-color: #00D19C;
}
</style>