Shades of Caribbean Green #00D892
Tints of Caribbean Green #00D892
RGB
CMYK
RGB Variations
Color information
#00D892 (or 0x00D892) is known color: Caribbean Green. HEX triplet: 00, D8 and 92. RGB value is (0,216,146). Sum of RGB (Red+Green+Blue) = 0+216+146=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 216 (84.77% from 255 or 59.67% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 216 - color contains mainly: green. Hex color #00D892 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D892 is #FF276D. Grayscale: #8F8F8F. Windows color (decimal): -16721774 or 9623552. OLE color: 9623552.
HSL color Cylindrical-coordinate representation of color #00D892: hue angle of 160.56º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D892 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 216 | 146 | - |
| CMYK | 1 | 0 | 0.32 | 0.15 |
| HSL | 160.56º | 1% | 0.42% | - |
| HSV(B) | 160.56º | 1% | 0.85% | - |
| XYZ | 29.74 | 51.19 | 35.51 | - |
| YUV | 143.44 | 129.44 | 25.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 216 | 146 | 1 | 0 | 0.32 | 0.15 | 160.56 | 1 | 0.42 |
| Hex | 0 | D8 | 92 | 64 | 0 | 20 | F | A1 | 64 | 2A |
| Octal | 0 | 330 | 222 | 144 | 0 | 40 | 17 | 241 | 144 | 52 |
| Binary | 0 | 11011000 | 10010010 | 1100100 | 0 | 100000 | 1111 | 10100001 | 1100100 | 101010 |
Color Harmonies of #00D892
Complementary color
Monochromatic Colors of #00D892
Black with #00D892
Text Example
Text Example
White with #00D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D892; }
p { color: rgb(0,216,146); }
H1.HeaderClassName
{
color: #00D892;
}
.AnyTagClassName
{
color: #00D892;
}
</style>
background-color css
<style>
a { background-color: #00D892; }
a { background-color: rgb(0,216,146); }
div.DivClassName
{
background-color: #00D892;
}
.BgClassName
{
background-color: #00D892;
}
</style>
border-color css
<style>
span { border-color: #00D892; }
span { border-color: rgb(0,216,146); }
td.TdClassName
{
border-color: #00D892;
}
.TagClassName
{
border-color: #00D892;
}
</style>