Shades of Caribbean Green #00C978
Tints of Caribbean Green #00C978
RGB
CMYK
RGB Variations
Color information
#00C978 (or 0x00C978) is known color: Caribbean Green. HEX triplet: 00, C9 and 78. RGB value is (0,201,120). Sum of RGB (Red+Green+Blue) = 0+201+120=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 201 (78.91% from 255 or 62.62% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 201 - color contains mainly: green. Hex color #00C978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C978 is #FF3687. Grayscale: #838383. Windows color (decimal): -16725640 or 7915776. OLE color: 7915776.
HSL color Cylindrical-coordinate representation of color #00C978: hue angle of 155.82º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C978 is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 201 | 120 | - |
| CMYK | 1 | 0 | 0.40 | 0.21 |
| HSL | 155.82º | 1% | 0.39% | - |
| HSV(B) | 155.82º | 1% | 0.79% | - |
| XYZ | 24.28 | 43.13 | 24.81 | - |
| YUV | 131.67 | 121.41 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 201 | 120 | 1 | 0 | 0.40 | 0.21 | 155.82 | 1 | 0.39 |
| Hex | 0 | C9 | 78 | 64 | 0 | 28 | 15 | 9C | 64 | 27 |
| Octal | 0 | 311 | 170 | 144 | 0 | 50 | 25 | 234 | 144 | 47 |
| Binary | 0 | 11001001 | 1111000 | 1100100 | 0 | 101000 | 10101 | 10011100 | 1100100 | 100111 |
Color Harmonies of #00C978
Complementary color
Monochromatic Colors of #00C978
Black with #00C978
Text Example
Text Example
White with #00C978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C978; }
p { color: rgb(0,201,120); }
H1.HeaderClassName
{
color: #00C978;
}
.AnyTagClassName
{
color: #00C978;
}
</style>
background-color css
<style>
a { background-color: #00C978; }
a { background-color: rgb(0,201,120); }
div.DivClassName
{
background-color: #00C978;
}
.BgClassName
{
background-color: #00C978;
}
</style>
border-color css
<style>
span { border-color: #00C978; }
span { border-color: rgb(0,201,120); }
td.TdClassName
{
border-color: #00C978;
}
.TagClassName
{
border-color: #00C978;
}
</style>