Shades of Caribbean Green #00C07F
Tints of Caribbean Green #00C07F
RGB
CMYK
RGB Variations
Color information
#00C07F (or 0x00C07F) is known color: Caribbean Green. HEX triplet: 00, C0 and 7F. RGB value is (0,192,127). Sum of RGB (Red+Green+Blue) = 0+192+127=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #00C07F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C07F is #FF3F80. Grayscale: #7F7F7F. Windows color (decimal): -16727937 or 8372224. OLE color: 8372224.
HSL color Cylindrical-coordinate representation of color #00C07F: hue angle of 159.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C07F is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 127 | - |
| CMYK | 1 | 0 | 0.34 | 0.25 |
| HSL | 159.69º | 1% | 0.38% | - |
| HSV(B) | 159.69º | 1% | 0.75% | - |
| XYZ | 22.68 | 39.23 | 26.46 | - |
| YUV | 127.18 | 127.89 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 127 | 1 | 0 | 0.34 | 0.25 | 159.69 | 1 | 0.38 |
| Hex | 0 | C0 | 7F | 64 | 0 | 22 | 19 | A0 | 64 | 26 |
| Octal | 0 | 300 | 177 | 144 | 0 | 42 | 31 | 240 | 144 | 46 |
| Binary | 0 | 11000000 | 1111111 | 1100100 | 0 | 100010 | 11001 | 10100000 | 1100100 | 100110 |
Color Harmonies of #00C07F
Complementary color
Monochromatic Colors of #00C07F
Black with #00C07F
Text Example
Text Example
White with #00C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C07F; }
p { color: rgb(0,192,127); }
H1.HeaderClassName
{
color: #00C07F;
}
.AnyTagClassName
{
color: #00C07F;
}
</style>
background-color css
<style>
a { background-color: #00C07F; }
a { background-color: rgb(0,192,127); }
div.DivClassName
{
background-color: #00C07F;
}
.BgClassName
{
background-color: #00C07F;
}
</style>
border-color css
<style>
span { border-color: #00C07F; }
span { border-color: rgb(0,192,127); }
td.TdClassName
{
border-color: #00C07F;
}
.TagClassName
{
border-color: #00C07F;
}
</style>