Shades of Caribbean Green #00D099
Tints of Caribbean Green #00D099
RGB
CMYK
RGB Variations
Color information
#00D099 (or 0x00D099) is known color: Caribbean Green. HEX triplet: 00, D0 and 99. RGB value is (0,208,153). Sum of RGB (Red+Green+Blue) = 0+208+153=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #00D099 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D099 is #FF2F66. Grayscale: #8B8B8B. Windows color (decimal): -16723815 or 10080256. OLE color: 10080256.
HSL color Cylindrical-coordinate representation of color #00D099: hue angle of 164.13º 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 #00D099 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 153 | - |
| CMYK | 1 | 0 | 0.26 | 0.18 |
| HSL | 164.13º | 1% | 0.41% | - |
| HSV(B) | 164.13º | 1% | 0.82% | - |
| XYZ | 28.31 | 47.41 | 37.8 | - |
| YUV | 139.54 | 135.59 | 28.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 153 | 1 | 0 | 0.26 | 0.18 | 164.13 | 1 | 0.41 |
| Hex | 0 | D0 | 99 | 64 | 0 | 1A | 12 | A4 | 64 | 29 |
| Octal | 0 | 320 | 231 | 144 | 0 | 32 | 22 | 244 | 144 | 51 |
| Binary | 0 | 11010000 | 10011001 | 1100100 | 0 | 11010 | 10010 | 10100100 | 1100100 | 101001 |
Color Harmonies of #00D099
Complementary color
Monochromatic Colors of #00D099
Black with #00D099
Text Example
Text Example
White with #00D099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D099; }
p { color: rgb(0,208,153); }
H1.HeaderClassName
{
color: #00D099;
}
.AnyTagClassName
{
color: #00D099;
}
</style>
background-color css
<style>
a { background-color: #00D099; }
a { background-color: rgb(0,208,153); }
div.DivClassName
{
background-color: #00D099;
}
.BgClassName
{
background-color: #00D099;
}
</style>
border-color css
<style>
span { border-color: #00D099; }
span { border-color: rgb(0,208,153); }
td.TdClassName
{
border-color: #00D099;
}
.TagClassName
{
border-color: #00D099;
}
</style>