Shades of Caribbean Green #00D59E
Tints of Caribbean Green #00D59E
RGB
CMYK
RGB Variations
Color information
#00D59E (or 0x00D59E) is known color: Caribbean Green. HEX triplet: 00, D5 and 9E. RGB value is (0,213,158). Sum of RGB (Red+Green+Blue) = 0+213+158=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #00D59E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D59E is #FF2A61. Grayscale: #8F8F8F. Windows color (decimal): -16722530 or 10409216. OLE color: 10409216.
HSL color Cylindrical-coordinate representation of color #00D59E: hue angle of 164.51º 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 #00D59E is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 158 | - |
| CMYK | 1 | 0 | 0.26 | 0.16 |
| HSL | 164.51º | 1% | 0.42% | - |
| HSV(B) | 164.51º | 1% | 0.84% | - |
| XYZ | 29.97 | 50.06 | 40.43 | - |
| YUV | 143.04 | 136.43 | 25.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 158 | 1 | 0 | 0.26 | 0.16 | 164.51 | 1 | 0.42 |
| Hex | 0 | D5 | 9E | 64 | 0 | 1A | 10 | A5 | 64 | 2A |
| Octal | 0 | 325 | 236 | 144 | 0 | 32 | 20 | 245 | 144 | 52 |
| Binary | 0 | 11010101 | 10011110 | 1100100 | 0 | 11010 | 10000 | 10100101 | 1100100 | 101010 |
Color Harmonies of #00D59E
Complementary color
Monochromatic Colors of #00D59E
Black with #00D59E
Text Example
Text Example
White with #00D59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D59E; }
p { color: rgb(0,213,158); }
H1.HeaderClassName
{
color: #00D59E;
}
.AnyTagClassName
{
color: #00D59E;
}
</style>
background-color css
<style>
a { background-color: #00D59E; }
a { background-color: rgb(0,213,158); }
div.DivClassName
{
background-color: #00D59E;
}
.BgClassName
{
background-color: #00D59E;
}
</style>
border-color css
<style>
span { border-color: #00D59E; }
span { border-color: rgb(0,213,158); }
td.TdClassName
{
border-color: #00D59E;
}
.TagClassName
{
border-color: #00D59E;
}
</style>