Shades of Caribbean Green #00C58C
Tints of Caribbean Green #00C58C
RGB
CMYK
RGB Variations
Color information
#00C58C (or 0x00C58C) is known color: Caribbean Green. HEX triplet: 00, C5 and 8C. RGB value is (0,197,140). Sum of RGB (Red+Green+Blue) = 0+197+140=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 197 (77.34% from 255 or 58.46% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 197 - color contains mainly: green. Hex color #00C58C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C58C is #FF3A73. Grayscale: #838383. Windows color (decimal): -16726644 or 9225472. OLE color: 9225472.
HSL color Cylindrical-coordinate representation of color #00C58C: hue angle of 162.64º 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 #00C58C is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 140 | - |
| CMYK | 1 | 0 | 0.29 | 0.23 |
| HSL | 162.64º | 1% | 0.39% | - |
| HSV(B) | 162.64º | 1% | 0.77% | - |
| XYZ | 24.7 | 41.83 | 31.58 | - |
| YUV | 131.6 | 132.73 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 140 | 1 | 0 | 0.29 | 0.23 | 162.64 | 1 | 0.39 |
| Hex | 0 | C5 | 8C | 64 | 0 | 1D | 17 | A3 | 64 | 27 |
| Octal | 0 | 305 | 214 | 144 | 0 | 35 | 27 | 243 | 144 | 47 |
| Binary | 0 | 11000101 | 10001100 | 1100100 | 0 | 11101 | 10111 | 10100011 | 1100100 | 100111 |
Color Harmonies of #00C58C
Complementary color
Monochromatic Colors of #00C58C
Black with #00C58C
Text Example
Text Example
White with #00C58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C58C; }
p { color: rgb(0,197,140); }
H1.HeaderClassName
{
color: #00C58C;
}
.AnyTagClassName
{
color: #00C58C;
}
</style>
background-color css
<style>
a { background-color: #00C58C; }
a { background-color: rgb(0,197,140); }
div.DivClassName
{
background-color: #00C58C;
}
.BgClassName
{
background-color: #00C58C;
}
</style>
border-color css
<style>
span { border-color: #00C58C; }
span { border-color: rgb(0,197,140); }
td.TdClassName
{
border-color: #00C58C;
}
.TagClassName
{
border-color: #00C58C;
}
</style>