Shades of Caribbean Green #00C596
Tints of Caribbean Green #00C596
RGB
CMYK
RGB Variations
Color information
#00C596 (or 0x00C596) is known color: Caribbean Green. HEX triplet: 00, C5 and 96. RGB value is (0,197,150). Sum of RGB (Red+Green+Blue) = 0+197+150=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 197 (77.34% from 255 or 56.77% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 197 - color contains mainly: green. Hex color #00C596 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C596 is #FF3A69. Grayscale: #848484. Windows color (decimal): -16726634 or 9880832. OLE color: 9880832.
HSL color Cylindrical-coordinate representation of color #00C596: hue angle of 165.69º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C596 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 150 | - |
| CMYK | 1 | 0 | 0.24 | 0.23 |
| HSL | 165.69º | 1% | 0.39% | - |
| HSV(B) | 165.69º | 1% | 0.77% | - |
| XYZ | 25.47 | 42.13 | 35.64 | - |
| YUV | 132.74 | 137.73 | 33.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 150 | 1 | 0 | 0.24 | 0.23 | 165.69 | 1 | 0.39 |
| Hex | 0 | C5 | 96 | 64 | 0 | 18 | 17 | A6 | 64 | 27 |
| Octal | 0 | 305 | 226 | 144 | 0 | 30 | 27 | 246 | 144 | 47 |
| Binary | 0 | 11000101 | 10010110 | 1100100 | 0 | 11000 | 10111 | 10100110 | 1100100 | 100111 |
Color Harmonies of #00C596
Complementary color
Monochromatic Colors of #00C596
Black with #00C596
Text Example
Text Example
White with #00C596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C596; }
p { color: rgb(0,197,150); }
H1.HeaderClassName
{
color: #00C596;
}
.AnyTagClassName
{
color: #00C596;
}
</style>
background-color css
<style>
a { background-color: #00C596; }
a { background-color: rgb(0,197,150); }
div.DivClassName
{
background-color: #00C596;
}
.BgClassName
{
background-color: #00C596;
}
</style>
border-color css
<style>
span { border-color: #00C596; }
span { border-color: rgb(0,197,150); }
td.TdClassName
{
border-color: #00C596;
}
.TagClassName
{
border-color: #00C596;
}
</style>