Shades of Caribbean Green #00D092
Tints of Caribbean Green #00D092
RGB
CMYK
RGB Variations
Color information
#00D092 (or 0x00D092) is known color: Caribbean Green. HEX triplet: 00, D0 and 92. RGB value is (0,208,146). Sum of RGB (Red+Green+Blue) = 0+208+146=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #00D092 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D092 is #FF2F6D. Grayscale: #8A8A8A. Windows color (decimal): -16723822 or 9621504. OLE color: 9621504.
HSL color Cylindrical-coordinate representation of color #00D092: hue angle of 162.12º 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 #00D092 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 146 | - |
| CMYK | 1 | 0 | 0.30 | 0.18 |
| HSL | 162.12º | 1% | 0.41% | - |
| HSV(B) | 162.12º | 1% | 0.82% | - |
| XYZ | 27.74 | 47.19 | 34.84 | - |
| YUV | 138.74 | 132.09 | 29.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 146 | 1 | 0 | 0.30 | 0.18 | 162.12 | 1 | 0.41 |
| Hex | 0 | D0 | 92 | 64 | 0 | 1E | 12 | A2 | 64 | 29 |
| Octal | 0 | 320 | 222 | 144 | 0 | 36 | 22 | 242 | 144 | 51 |
| Binary | 0 | 11010000 | 10010010 | 1100100 | 0 | 11110 | 10010 | 10100010 | 1100100 | 101001 |
Color Harmonies of #00D092
Complementary color
Monochromatic Colors of #00D092
Black with #00D092
Text Example
Text Example
White with #00D092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D092; }
p { color: rgb(0,208,146); }
H1.HeaderClassName
{
color: #00D092;
}
.AnyTagClassName
{
color: #00D092;
}
</style>
background-color css
<style>
a { background-color: #00D092; }
a { background-color: rgb(0,208,146); }
div.DivClassName
{
background-color: #00D092;
}
.BgClassName
{
background-color: #00D092;
}
</style>
border-color css
<style>
span { border-color: #00D092; }
span { border-color: rgb(0,208,146); }
td.TdClassName
{
border-color: #00D092;
}
.TagClassName
{
border-color: #00D092;
}
</style>