Shades of Caribbean Green #00D19B
Tints of Caribbean Green #00D19B
RGB
CMYK
RGB Variations
Color information
#00D19B (or 0x00D19B) is known color: Caribbean Green. HEX triplet: 00, D1 and 9B. RGB value is (0,209,155). Sum of RGB (Red+Green+Blue) = 0+209+155=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 209 (82.03% from 255 or 57.42% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 209 - color contains mainly: green. Hex color #00D19B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D19B is #FF2E64. Grayscale: #8C8C8C. Windows color (decimal): -16723557 or 10211584. OLE color: 10211584.
HSL color Cylindrical-coordinate representation of color #00D19B: hue angle of 164.5º 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 #00D19B is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 155 | - |
| CMYK | 1 | 0 | 0.26 | 0.18 |
| HSL | 164.5º | 1% | 0.41% | - |
| HSV(B) | 164.5º | 1% | 0.82% | - |
| XYZ | 28.72 | 47.97 | 38.76 | - |
| YUV | 140.35 | 136.26 | 27.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 155 | 1 | 0 | 0.26 | 0.18 | 164.5 | 1 | 0.41 |
| Hex | 0 | D1 | 9B | 64 | 0 | 1A | 12 | A4 | 64 | 29 |
| Octal | 0 | 321 | 233 | 144 | 0 | 32 | 22 | 244 | 144 | 51 |
| Binary | 0 | 11010001 | 10011011 | 1100100 | 0 | 11010 | 10010 | 10100100 | 1100100 | 101001 |
Color Harmonies of #00D19B
Complementary color
Monochromatic Colors of #00D19B
Black with #00D19B
Text Example
Text Example
White with #00D19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D19B; }
p { color: rgb(0,209,155); }
H1.HeaderClassName
{
color: #00D19B;
}
.AnyTagClassName
{
color: #00D19B;
}
</style>
background-color css
<style>
a { background-color: #00D19B; }
a { background-color: rgb(0,209,155); }
div.DivClassName
{
background-color: #00D19B;
}
.BgClassName
{
background-color: #00D19B;
}
</style>
border-color css
<style>
span { border-color: #00D19B; }
span { border-color: rgb(0,209,155); }
td.TdClassName
{
border-color: #00D19B;
}
.TagClassName
{
border-color: #00D19B;
}
</style>