Shades of Caribbean Green #00D692
Tints of Caribbean Green #00D692
RGB
CMYK
RGB Variations
Color information
#00D692 (or 0x00D692) is known color: Caribbean Green. HEX triplet: 00, D6 and 92. RGB value is (0,214,146). Sum of RGB (Red+Green+Blue) = 0+214+146=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 214 (83.98% from 255 or 59.44% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 214 - color contains mainly: green. Hex color #00D692 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D692 is #FF296D. Grayscale: #8E8E8E. Windows color (decimal): -16722286 or 9623040. OLE color: 9623040.
HSL color Cylindrical-coordinate representation of color #00D692: hue angle of 160.93º 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 #00D692 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 146 | - |
| CMYK | 1 | 0 | 0.32 | 0.16 |
| HSL | 160.93º | 1% | 0.42% | - |
| HSV(B) | 160.93º | 1% | 0.84% | - |
| XYZ | 29.23 | 50.17 | 35.34 | - |
| YUV | 142.26 | 130.1 | 26.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 146 | 1 | 0 | 0.32 | 0.16 | 160.93 | 1 | 0.42 |
| Hex | 0 | D6 | 92 | 64 | 0 | 20 | 10 | A1 | 64 | 2A |
| Octal | 0 | 326 | 222 | 144 | 0 | 40 | 20 | 241 | 144 | 52 |
| Binary | 0 | 11010110 | 10010010 | 1100100 | 0 | 100000 | 10000 | 10100001 | 1100100 | 101010 |
Color Harmonies of #00D692
Complementary color
Monochromatic Colors of #00D692
Black with #00D692
Text Example
Text Example
White with #00D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D692; }
p { color: rgb(0,214,146); }
H1.HeaderClassName
{
color: #00D692;
}
.AnyTagClassName
{
color: #00D692;
}
</style>
background-color css
<style>
a { background-color: #00D692; }
a { background-color: rgb(0,214,146); }
div.DivClassName
{
background-color: #00D692;
}
.BgClassName
{
background-color: #00D692;
}
</style>
border-color css
<style>
span { border-color: #00D692; }
span { border-color: rgb(0,214,146); }
td.TdClassName
{
border-color: #00D692;
}
.TagClassName
{
border-color: #00D692;
}
</style>