Shades of Caribbean Green #00D688
Tints of Caribbean Green #00D688
RGB
CMYK
RGB Variations
Color information
#00D688 (or 0x00D688) is known color: Caribbean Green. HEX triplet: 00, D6 and 88. RGB value is (0,214,136). Sum of RGB (Red+Green+Blue) = 0+214+136=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #00D688 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D688 is #FF2977. Grayscale: #8D8D8D. Windows color (decimal): -16722296 or 8967680. OLE color: 8967680.
HSL color Cylindrical-coordinate representation of color #00D688: hue angle of 158.13º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D688 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 136 | - |
| CMYK | 1 | 0 | 0.36 | 0.16 |
| HSL | 158.13º | 1% | 0.42% | - |
| HSV(B) | 158.13º | 1% | 0.84% | - |
| XYZ | 28.49 | 49.87 | 31.42 | - |
| YUV | 141.12 | 125.1 | 27.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 136 | 1 | 0 | 0.36 | 0.16 | 158.13 | 1 | 0.42 |
| Hex | 0 | D6 | 88 | 64 | 0 | 24 | 10 | 9E | 64 | 2A |
| Octal | 0 | 326 | 210 | 144 | 0 | 44 | 20 | 236 | 144 | 52 |
| Binary | 0 | 11010110 | 10001000 | 1100100 | 0 | 100100 | 10000 | 10011110 | 1100100 | 101010 |
Color Harmonies of #00D688
Complementary color
Monochromatic Colors of #00D688
Black with #00D688
Text Example
Text Example
White with #00D688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D688; }
p { color: rgb(0,214,136); }
H1.HeaderClassName
{
color: #00D688;
}
.AnyTagClassName
{
color: #00D688;
}
</style>
background-color css
<style>
a { background-color: #00D688; }
a { background-color: rgb(0,214,136); }
div.DivClassName
{
background-color: #00D688;
}
.BgClassName
{
background-color: #00D688;
}
</style>
border-color css
<style>
span { border-color: #00D688; }
span { border-color: rgb(0,214,136); }
td.TdClassName
{
border-color: #00D688;
}
.TagClassName
{
border-color: #00D688;
}
</style>