Shades of Caribbean Green #07C99B
Tints of Caribbean Green #07C99B
RGB
CMYK
RGB Variations
Color information
#07C99B (or 0x07C99B) is known color: Caribbean Green. HEX triplet: 07, C9 and 9B. RGB value is (7,201,155). Sum of RGB (Red+Green+Blue) = 7+201+155=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 201 (78.91% from 255 or 55.37% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 201 - color contains mainly: green. Hex color #07C99B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C99B is #F83664. Grayscale: #898989. Windows color (decimal): -16266853 or 10209543. OLE color: 10209543.
HSL color Cylindrical-coordinate representation of color #07C99B: hue angle of 165.77º 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 #07C99B is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 201 | 155 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.21 |
| HSL | 165.77º | 0.93% | 0.41% | - |
| HSV(B) | 165.77º | 0.97% | 0.79% | - |
| XYZ | 26.89 | 44.19 | 38.12 | - |
| YUV | 137.75 | 137.73 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 201 | 155 | 0.97 | 0 | 0.23 | 0.21 | 165.77 | 0.93 | 0.41 |
| Hex | 7 | C9 | 9B | 61 | 0 | 17 | 15 | A6 | 5D | 29 |
| Octal | 7 | 311 | 233 | 141 | 0 | 27 | 25 | 246 | 135 | 51 |
| Binary | 111 | 11001001 | 10011011 | 1100001 | 0 | 10111 | 10101 | 10100110 | 1011101 | 101001 |
Color Harmonies of #07C99B
Complementary color
Monochromatic Colors of #07C99B
Black with #07C99B
Text Example
Text Example
White with #07C99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C99B; }
p { color: rgb(7,201,155); }
H1.HeaderClassName
{
color: #07C99B;
}
.AnyTagClassName
{
color: #07C99B;
}
</style>
background-color css
<style>
a { background-color: #07C99B; }
a { background-color: rgb(7,201,155); }
div.DivClassName
{
background-color: #07C99B;
}
.BgClassName
{
background-color: #07C99B;
}
</style>
border-color css
<style>
span { border-color: #07C99B; }
span { border-color: rgb(7,201,155); }
td.TdClassName
{
border-color: #07C99B;
}
.TagClassName
{
border-color: #07C99B;
}
</style>