Shades of Caribbean Green #07C099
Tints of Caribbean Green #07C099
RGB
CMYK
RGB Variations
Color information
#07C099 (or 0x07C099) is known color: Caribbean Green. HEX triplet: 07, C0 and 99. RGB value is (7,192,153). Sum of RGB (Red+Green+Blue) = 7+192+153=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #07C099 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C099 is #F83F66. Grayscale: #848484. Windows color (decimal): -16269159 or 10076167. OLE color: 10076167.
HSL color Cylindrical-coordinate representation of color #07C099: hue angle of 167.35º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C099 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 192 | 153 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.25 |
| HSL | 167.35º | 0.93% | 0.39% | - |
| HSV(B) | 167.35º | 0.96% | 0.75% | - |
| XYZ | 24.69 | 40.04 | 36.57 | - |
| YUV | 132.24 | 139.71 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 192 | 153 | 0.96 | 0 | 0.20 | 0.25 | 167.35 | 0.93 | 0.39 |
| Hex | 7 | C0 | 99 | 60 | 0 | 14 | 19 | A7 | 5D | 27 |
| Octal | 7 | 300 | 231 | 140 | 0 | 24 | 31 | 247 | 135 | 47 |
| Binary | 111 | 11000000 | 10011001 | 1100000 | 0 | 10100 | 11001 | 10100111 | 1011101 | 100111 |
Color Harmonies of #07C099
Complementary color
Monochromatic Colors of #07C099
Black with #07C099
Text Example
Text Example
White with #07C099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C099; }
p { color: rgb(7,192,153); }
H1.HeaderClassName
{
color: #07C099;
}
.AnyTagClassName
{
color: #07C099;
}
</style>
background-color css
<style>
a { background-color: #07C099; }
a { background-color: rgb(7,192,153); }
div.DivClassName
{
background-color: #07C099;
}
.BgClassName
{
background-color: #07C099;
}
</style>
border-color css
<style>
span { border-color: #07C099; }
span { border-color: rgb(7,192,153); }
td.TdClassName
{
border-color: #07C099;
}
.TagClassName
{
border-color: #07C099;
}
</style>