Shades of Caribbean Green #00D076
Tints of Caribbean Green #00D076
RGB
CMYK
RGB Variations
Color information
#00D076 (or 0x00D076) is known color: Caribbean Green. HEX triplet: 00, D0 and 76. RGB value is (0,208,118). Sum of RGB (Red+Green+Blue) = 0+208+118=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 208 (81.64% from 255 or 63.80% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 208 - color contains mainly: green. Hex color #00D076 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D076 is #FF2F89. Grayscale: #878787. Windows color (decimal): -16723850 or 7786496. OLE color: 7786496.
HSL color Cylindrical-coordinate representation of color #00D076: hue angle of 154.04º 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 #00D076 is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 118 | - |
| CMYK | 1 | 0 | 0.43 | 0.18 |
| HSL | 154.04º | 1% | 0.41% | - |
| HSV(B) | 154.04º | 1% | 0.82% | - |
| XYZ | 25.83 | 46.42 | 24.74 | - |
| YUV | 135.55 | 118.09 | 31.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 118 | 1 | 0 | 0.43 | 0.18 | 154.04 | 1 | 0.41 |
| Hex | 0 | D0 | 76 | 64 | 0 | 2B | 12 | 9A | 64 | 29 |
| Octal | 0 | 320 | 166 | 144 | 0 | 53 | 22 | 232 | 144 | 51 |
| Binary | 0 | 11010000 | 1110110 | 1100100 | 0 | 101011 | 10010 | 10011010 | 1100100 | 101001 |
Color Harmonies of #00D076
Complementary color
Monochromatic Colors of #00D076
Black with #00D076
Text Example
Text Example
White with #00D076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D076; }
p { color: rgb(0,208,118); }
H1.HeaderClassName
{
color: #00D076;
}
.AnyTagClassName
{
color: #00D076;
}
</style>
background-color css
<style>
a { background-color: #00D076; }
a { background-color: rgb(0,208,118); }
div.DivClassName
{
background-color: #00D076;
}
.BgClassName
{
background-color: #00D076;
}
</style>
border-color css
<style>
span { border-color: #00D076; }
span { border-color: rgb(0,208,118); }
td.TdClassName
{
border-color: #00D076;
}
.TagClassName
{
border-color: #00D076;
}
</style>