Shades of Caribbean Green #07C99A
Tints of Caribbean Green #07C99A
RGB
CMYK
RGB Variations
Color information
#07C99A (or 0x07C99A) is known color: Caribbean Green. HEX triplet: 07, C9 and 9A. RGB value is (7,201,154). Sum of RGB (Red+Green+Blue) = 7+201+154=362 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 362); Green value is 201 (78.91% from 255 or 55.52% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 201 - color contains mainly: green. Hex color #07C99A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C99A is #F83665. Grayscale: #898989. Windows color (decimal): -16266854 or 10144007. OLE color: 10144007.
HSL color Cylindrical-coordinate representation of color #07C99A: hue angle of 165.46º 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 #07C99A is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 201 | 154 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.21 |
| HSL | 165.46º | 0.93% | 0.41% | - |
| HSV(B) | 165.46º | 0.97% | 0.79% | - |
| XYZ | 26.81 | 44.15 | 37.68 | - |
| YUV | 137.64 | 137.23 | 34.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 201 | 154 | 0.97 | 0 | 0.23 | 0.21 | 165.46 | 0.93 | 0.41 |
| Hex | 7 | C9 | 9A | 61 | 0 | 17 | 15 | A5 | 5D | 29 |
| Octal | 7 | 311 | 232 | 141 | 0 | 27 | 25 | 245 | 135 | 51 |
| Binary | 111 | 11001001 | 10011010 | 1100001 | 0 | 10111 | 10101 | 10100101 | 1011101 | 101001 |
Color Harmonies of #07C99A
Complementary color
Monochromatic Colors of #07C99A
Black with #07C99A
Text Example
Text Example
White with #07C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C99A; }
p { color: rgb(7,201,154); }
H1.HeaderClassName
{
color: #07C99A;
}
.AnyTagClassName
{
color: #07C99A;
}
</style>
background-color css
<style>
a { background-color: #07C99A; }
a { background-color: rgb(7,201,154); }
div.DivClassName
{
background-color: #07C99A;
}
.BgClassName
{
background-color: #07C99A;
}
</style>
border-color css
<style>
span { border-color: #07C99A; }
span { border-color: rgb(7,201,154); }
td.TdClassName
{
border-color: #07C99A;
}
.TagClassName
{
border-color: #07C99A;
}
</style>