Shades of Caribbean Green #07C496
Tints of Caribbean Green #07C496
RGB
CMYK
RGB Variations
Color information
#07C496 (or 0x07C496) is known color: Caribbean Green. HEX triplet: 07, C4 and 96. RGB value is (7,196,150). Sum of RGB (Red+Green+Blue) = 7+196+150=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #07C496 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C496 is #F83B69. Grayscale: #868686. Windows color (decimal): -16268138 or 9880583. OLE color: 9880583.
HSL color Cylindrical-coordinate representation of color #07C496: hue angle of 165.4º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C496 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 196 | 150 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.23 |
| HSL | 165.4º | 0.93% | 0.4% | - |
| HSV(B) | 165.4º | 0.96% | 0.77% | - |
| XYZ | 25.33 | 41.73 | 35.57 | - |
| YUV | 134.25 | 136.88 | 37.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 196 | 150 | 0.96 | 0 | 0.23 | 0.23 | 165.4 | 0.93 | 0.4 |
| Hex | 7 | C4 | 96 | 60 | 0 | 17 | 17 | A5 | 5D | 28 |
| Octal | 7 | 304 | 226 | 140 | 0 | 27 | 27 | 245 | 135 | 50 |
| Binary | 111 | 11000100 | 10010110 | 1100000 | 0 | 10111 | 10111 | 10100101 | 1011101 | 101000 |
Color Harmonies of #07C496
Complementary color
Monochromatic Colors of #07C496
Black with #07C496
Text Example
Text Example
White with #07C496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C496; }
p { color: rgb(7,196,150); }
H1.HeaderClassName
{
color: #07C496;
}
.AnyTagClassName
{
color: #07C496;
}
</style>
background-color css
<style>
a { background-color: #07C496; }
a { background-color: rgb(7,196,150); }
div.DivClassName
{
background-color: #07C496;
}
.BgClassName
{
background-color: #07C496;
}
</style>
border-color css
<style>
span { border-color: #07C496; }
span { border-color: rgb(7,196,150); }
td.TdClassName
{
border-color: #07C496;
}
.TagClassName
{
border-color: #07C496;
}
</style>