Shades of Caribbean Green #00D59D
Tints of Caribbean Green #00D59D
RGB
CMYK
RGB Variations
Color information
#00D59D (or 0x00D59D) is known color: Caribbean Green. HEX triplet: 00, D5 and 9D. RGB value is (0,213,157). Sum of RGB (Red+Green+Blue) = 0+213+157=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 213 (83.59% from 255 or 57.57% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 213 - color contains mainly: green. Hex color #00D59D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D59D is #FF2A62. Grayscale: #8E8E8E. Windows color (decimal): -16722531 or 10343680. OLE color: 10343680.
HSL color Cylindrical-coordinate representation of color #00D59D: hue angle of 164.23º 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 #00D59D is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 157 | - |
| CMYK | 1 | 0 | 0.26 | 0.16 |
| HSL | 164.23º | 1% | 0.42% | - |
| HSV(B) | 164.23º | 1% | 0.84% | - |
| XYZ | 29.88 | 50.02 | 39.98 | - |
| YUV | 142.93 | 135.93 | 26.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 157 | 1 | 0 | 0.26 | 0.16 | 164.23 | 1 | 0.42 |
| Hex | 0 | D5 | 9D | 64 | 0 | 1A | 10 | A4 | 64 | 2A |
| Octal | 0 | 325 | 235 | 144 | 0 | 32 | 20 | 244 | 144 | 52 |
| Binary | 0 | 11010101 | 10011101 | 1100100 | 0 | 11010 | 10000 | 10100100 | 1100100 | 101010 |
Color Harmonies of #00D59D
Complementary color
Monochromatic Colors of #00D59D
Black with #00D59D
Text Example
Text Example
White with #00D59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D59D; }
p { color: rgb(0,213,157); }
H1.HeaderClassName
{
color: #00D59D;
}
.AnyTagClassName
{
color: #00D59D;
}
</style>
background-color css
<style>
a { background-color: #00D59D; }
a { background-color: rgb(0,213,157); }
div.DivClassName
{
background-color: #00D59D;
}
.BgClassName
{
background-color: #00D59D;
}
</style>
border-color css
<style>
span { border-color: #00D59D; }
span { border-color: rgb(0,213,157); }
td.TdClassName
{
border-color: #00D59D;
}
.TagClassName
{
border-color: #00D59D;
}
</style>