Shades of Caribbean Green #07C996
Tints of Caribbean Green #07C996
RGB
CMYK
RGB Variations
Color information
#07C996 (or 0x07C996) is known color: Caribbean Green. HEX triplet: 07, C9 and 96. RGB value is (7,201,150). Sum of RGB (Red+Green+Blue) = 7+201+150=358 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 358); Green value is 201 (78.91% from 255 or 56.15% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 201 - color contains mainly: green. Hex color #07C996 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C996 is #F83669. Grayscale: #898989. Windows color (decimal): -16266858 or 9881863. OLE color: 9881863.
HSL color Cylindrical-coordinate representation of color #07C996: hue angle of 164.23º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C996 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 201 | 150 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.21 |
| HSL | 164.23º | 0.93% | 0.41% | - |
| HSV(B) | 164.23º | 0.97% | 0.79% | - |
| XYZ | 26.48 | 44.02 | 35.96 | - |
| YUV | 137.18 | 135.23 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 201 | 150 | 0.97 | 0 | 0.25 | 0.21 | 164.23 | 0.93 | 0.41 |
| Hex | 7 | C9 | 96 | 61 | 0 | 19 | 15 | A4 | 5D | 29 |
| Octal | 7 | 311 | 226 | 141 | 0 | 31 | 25 | 244 | 135 | 51 |
| Binary | 111 | 11001001 | 10010110 | 1100001 | 0 | 11001 | 10101 | 10100100 | 1011101 | 101001 |
Color Harmonies of #07C996
Complementary color
Monochromatic Colors of #07C996
Black with #07C996
Text Example
Text Example
White with #07C996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C996; }
p { color: rgb(7,201,150); }
H1.HeaderClassName
{
color: #07C996;
}
.AnyTagClassName
{
color: #07C996;
}
</style>
background-color css
<style>
a { background-color: #07C996; }
a { background-color: rgb(7,201,150); }
div.DivClassName
{
background-color: #07C996;
}
.BgClassName
{
background-color: #07C996;
}
</style>
border-color css
<style>
span { border-color: #07C996; }
span { border-color: rgb(7,201,150); }
td.TdClassName
{
border-color: #07C996;
}
.TagClassName
{
border-color: #07C996;
}
</style>