Shades of Caribbean Green #07CB99
Tints of Caribbean Green #07CB99
RGB
CMYK
RGB Variations
Color information
#07CB99 (or 0x07CB99) is known color: Caribbean Green. HEX triplet: 07, CB and 99. RGB value is (7,203,153). Sum of RGB (Red+Green+Blue) = 7+203+153=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #07CB99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CB99 is #F83466. Grayscale: #8A8A8A. Windows color (decimal): -16266343 or 10078983. OLE color: 10078983.
HSL color Cylindrical-coordinate representation of color #07CB99: hue angle of 164.69º 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 #07CB99 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 203 | 153 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.20 |
| HSL | 164.69º | 0.93% | 0.41% | - |
| HSV(B) | 164.69º | 0.97% | 0.8% | - |
| XYZ | 27.19 | 45.06 | 37.4 | - |
| YUV | 138.7 | 136.07 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 153 | 0.97 | 0 | 0.25 | 0.20 | 164.69 | 0.93 | 0.41 |
| Hex | 7 | CB | 99 | 61 | 0 | 19 | 14 | A5 | 5D | 29 |
| Octal | 7 | 313 | 231 | 141 | 0 | 31 | 24 | 245 | 135 | 51 |
| Binary | 111 | 11001011 | 10011001 | 1100001 | 0 | 11001 | 10100 | 10100101 | 1011101 | 101001 |
Color Harmonies of #07CB99
Complementary color
Monochromatic Colors of #07CB99
Black with #07CB99
Text Example
Text Example
White with #07CB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CB99; }
p { color: rgb(7,203,153); }
H1.HeaderClassName
{
color: #07CB99;
}
.AnyTagClassName
{
color: #07CB99;
}
</style>
background-color css
<style>
a { background-color: #07CB99; }
a { background-color: rgb(7,203,153); }
div.DivClassName
{
background-color: #07CB99;
}
.BgClassName
{
background-color: #07CB99;
}
</style>
border-color css
<style>
span { border-color: #07CB99; }
span { border-color: rgb(7,203,153); }
td.TdClassName
{
border-color: #07CB99;
}
.TagClassName
{
border-color: #07CB99;
}
</style>