Shades of Caribbean Green #00D88E
Tints of Caribbean Green #00D88E
RGB
CMYK
RGB Variations
Color information
#00D88E (or 0x00D88E) is known color: Caribbean Green. HEX triplet: 00, D8 and 8E. RGB value is (0,216,142). Sum of RGB (Red+Green+Blue) = 0+216+142=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #00D88E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D88E is #FF2771. Grayscale: #8F8F8F. Windows color (decimal): -16721778 or 9361408. OLE color: 9361408.
HSL color Cylindrical-coordinate representation of color #00D88E: hue angle of 159.44º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D88E is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 216 | 142 | - |
| CMYK | 1 | 0 | 0.34 | 0.15 |
| HSL | 159.44º | 1% | 0.42% | - |
| HSV(B) | 159.44º | 1% | 0.85% | - |
| XYZ | 29.44 | 51.06 | 33.9 | - |
| YUV | 142.98 | 127.44 | 26.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 216 | 142 | 1 | 0 | 0.34 | 0.15 | 159.44 | 1 | 0.42 |
| Hex | 0 | D8 | 8E | 64 | 0 | 22 | F | 9F | 64 | 2A |
| Octal | 0 | 330 | 216 | 144 | 0 | 42 | 17 | 237 | 144 | 52 |
| Binary | 0 | 11011000 | 10001110 | 1100100 | 0 | 100010 | 1111 | 10011111 | 1100100 | 101010 |
Color Harmonies of #00D88E
Complementary color
Monochromatic Colors of #00D88E
Black with #00D88E
Text Example
Text Example
White with #00D88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D88E; }
p { color: rgb(0,216,142); }
H1.HeaderClassName
{
color: #00D88E;
}
.AnyTagClassName
{
color: #00D88E;
}
</style>
background-color css
<style>
a { background-color: #00D88E; }
a { background-color: rgb(0,216,142); }
div.DivClassName
{
background-color: #00D88E;
}
.BgClassName
{
background-color: #00D88E;
}
</style>
border-color css
<style>
span { border-color: #00D88E; }
span { border-color: rgb(0,216,142); }
td.TdClassName
{
border-color: #00D88E;
}
.TagClassName
{
border-color: #00D88E;
}
</style>