Shades of Caribbean Green #00D699
Tints of Caribbean Green #00D699
RGB
CMYK
RGB Variations
Color information
#00D699 (or 0x00D699) is known color: Caribbean Green. HEX triplet: 00, D6 and 99. RGB value is (0,214,153). Sum of RGB (Red+Green+Blue) = 0+214+153=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #00D699 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D699 is #FF2966. Grayscale: #8F8F8F. Windows color (decimal): -16722279 or 10081792. OLE color: 10081792.
HSL color Cylindrical-coordinate representation of color #00D699: hue angle of 162.9º 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 #00D699 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 153 | - |
| CMYK | 1 | 0 | 0.29 | 0.16 |
| HSL | 162.9º | 1% | 0.42% | - |
| HSV(B) | 162.9º | 1% | 0.84% | - |
| XYZ | 29.8 | 50.39 | 38.29 | - |
| YUV | 143.06 | 133.6 | 25.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 153 | 1 | 0 | 0.29 | 0.16 | 162.9 | 1 | 0.42 |
| Hex | 0 | D6 | 99 | 64 | 0 | 1D | 10 | A3 | 64 | 2A |
| Octal | 0 | 326 | 231 | 144 | 0 | 35 | 20 | 243 | 144 | 52 |
| Binary | 0 | 11010110 | 10011001 | 1100100 | 0 | 11101 | 10000 | 10100011 | 1100100 | 101010 |
Color Harmonies of #00D699
Complementary color
Monochromatic Colors of #00D699
Black with #00D699
Text Example
Text Example
White with #00D699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D699; }
p { color: rgb(0,214,153); }
H1.HeaderClassName
{
color: #00D699;
}
.AnyTagClassName
{
color: #00D699;
}
</style>
background-color css
<style>
a { background-color: #00D699; }
a { background-color: rgb(0,214,153); }
div.DivClassName
{
background-color: #00D699;
}
.BgClassName
{
background-color: #00D699;
}
</style>
border-color css
<style>
span { border-color: #00D699; }
span { border-color: rgb(0,214,153); }
td.TdClassName
{
border-color: #00D699;
}
.TagClassName
{
border-color: #00D699;
}
</style>