Shades of Caribbean Green #07CC99
Tints of Caribbean Green #07CC99
RGB
CMYK
RGB Variations
Color information
#07CC99 (or 0x07CC99) is known color: Caribbean Green. HEX triplet: 07, CC and 99. RGB value is (7,204,153). Sum of RGB (Red+Green+Blue) = 7+204+153=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #07CC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CC99 is #F83366. Grayscale: #8B8B8B. Windows color (decimal): -16266087 or 10079239. OLE color: 10079239.
HSL color Cylindrical-coordinate representation of color #07CC99: hue angle of 164.47º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CC99 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 204 | 153 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.2 |
| HSL | 164.47º | 0.93% | 0.41% | - |
| HSV(B) | 164.47º | 0.97% | 0.8% | - |
| XYZ | 27.43 | 45.53 | 37.48 | - |
| YUV | 139.28 | 135.73 | 33.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 204 | 153 | 0.97 | 0 | 0.25 | 0.2 | 164.47 | 0.93 | 0.41 |
| Hex | 7 | CC | 99 | 61 | 0 | 19 | 14 | A4 | 5D | 29 |
| Octal | 7 | 314 | 231 | 141 | 0 | 31 | 24 | 244 | 135 | 51 |
| Binary | 111 | 11001100 | 10011001 | 1100001 | 0 | 11001 | 10100 | 10100100 | 1011101 | 101001 |
Color Harmonies of #07CC99
Complementary color
Monochromatic Colors of #07CC99
Black with #07CC99
Text Example
Text Example
White with #07CC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CC99; }
p { color: rgb(7,204,153); }
H1.HeaderClassName
{
color: #07CC99;
}
.AnyTagClassName
{
color: #07CC99;
}
</style>
background-color css
<style>
a { background-color: #07CC99; }
a { background-color: rgb(7,204,153); }
div.DivClassName
{
background-color: #07CC99;
}
.BgClassName
{
background-color: #07CC99;
}
</style>
border-color css
<style>
span { border-color: #07CC99; }
span { border-color: rgb(7,204,153); }
td.TdClassName
{
border-color: #07CC99;
}
.TagClassName
{
border-color: #07CC99;
}
</style>