Shades of Caribbean Green #00C37C
Tints of Caribbean Green #00C37C
RGB
CMYK
RGB Variations
Color information
#00C37C (or 0x00C37C) is known color: Caribbean Green. HEX triplet: 00, C3 and 7C. RGB value is (0,195,124). Sum of RGB (Red+Green+Blue) = 0+195+124=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #00C37C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C37C is #FF3C83. Grayscale: #808080. Windows color (decimal): -16727172 or 8176384. OLE color: 8176384.
HSL color Cylindrical-coordinate representation of color #00C37C: hue angle of 158.15º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C37C is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 195 | 124 | - |
| CMYK | 1 | 0 | 0.36 | 0.24 |
| HSL | 158.15º | 1% | 0.38% | - |
| HSV(B) | 158.15º | 1% | 0.76% | - |
| XYZ | 23.15 | 40.49 | 25.66 | - |
| YUV | 128.6 | 125.4 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 195 | 124 | 1 | 0 | 0.36 | 0.24 | 158.15 | 1 | 0.38 |
| Hex | 0 | C3 | 7C | 64 | 0 | 24 | 18 | 9E | 64 | 26 |
| Octal | 0 | 303 | 174 | 144 | 0 | 44 | 30 | 236 | 144 | 46 |
| Binary | 0 | 11000011 | 1111100 | 1100100 | 0 | 100100 | 11000 | 10011110 | 1100100 | 100110 |
Color Harmonies of #00C37C
Complementary color
Monochromatic Colors of #00C37C
Black with #00C37C
Text Example
Text Example
White with #00C37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C37C; }
p { color: rgb(0,195,124); }
H1.HeaderClassName
{
color: #00C37C;
}
.AnyTagClassName
{
color: #00C37C;
}
</style>
background-color css
<style>
a { background-color: #00C37C; }
a { background-color: rgb(0,195,124); }
div.DivClassName
{
background-color: #00C37C;
}
.BgClassName
{
background-color: #00C37C;
}
</style>
border-color css
<style>
span { border-color: #00C37C; }
span { border-color: rgb(0,195,124); }
td.TdClassName
{
border-color: #00C37C;
}
.TagClassName
{
border-color: #00C37C;
}
</style>