Shades of Caribbean Green #07C997
Tints of Caribbean Green #07C997
RGB
CMYK
RGB Variations
Color information
#07C997 (or 0x07C997) is known color: Caribbean Green. HEX triplet: 07, C9 and 97. RGB value is (7,201,151). Sum of RGB (Red+Green+Blue) = 7+201+151=359 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.95% from 359); Green value is 201 (78.91% from 255 or 55.99% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 201 - color contains mainly: green. Hex color #07C997 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C997 is #F83668. Grayscale: #898989. Windows color (decimal): -16266857 or 9947399. OLE color: 9947399.
HSL color Cylindrical-coordinate representation of color #07C997: hue angle of 164.54º 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 #07C997 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 201 | 151 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.21 |
| HSL | 164.54º | 0.93% | 0.41% | - |
| HSV(B) | 164.54º | 0.97% | 0.79% | - |
| XYZ | 26.56 | 44.05 | 36.38 | - |
| YUV | 137.29 | 135.73 | 35.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 201 | 151 | 0.97 | 0 | 0.25 | 0.21 | 164.54 | 0.93 | 0.41 |
| Hex | 7 | C9 | 97 | 61 | 0 | 19 | 15 | A5 | 5D | 29 |
| Octal | 7 | 311 | 227 | 141 | 0 | 31 | 25 | 245 | 135 | 51 |
| Binary | 111 | 11001001 | 10010111 | 1100001 | 0 | 11001 | 10101 | 10100101 | 1011101 | 101001 |
Color Harmonies of #07C997
Complementary color
Monochromatic Colors of #07C997
Black with #07C997
Text Example
Text Example
White with #07C997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C997; }
p { color: rgb(7,201,151); }
H1.HeaderClassName
{
color: #07C997;
}
.AnyTagClassName
{
color: #07C997;
}
</style>
background-color css
<style>
a { background-color: #07C997; }
a { background-color: rgb(7,201,151); }
div.DivClassName
{
background-color: #07C997;
}
.BgClassName
{
background-color: #07C997;
}
</style>
border-color css
<style>
span { border-color: #07C997; }
span { border-color: rgb(7,201,151); }
td.TdClassName
{
border-color: #07C997;
}
.TagClassName
{
border-color: #07C997;
}
</style>