Shades of Caribbean Green #07C69A
Tints of Caribbean Green #07C69A
RGB
CMYK
RGB Variations
Color information
#07C69A (or 0x07C69A) is known color: Caribbean Green. HEX triplet: 07, C6 and 9A. RGB value is (7,198,154). Sum of RGB (Red+Green+Blue) = 7+198+154=359 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.95% from 359); Green value is 198 (77.73% from 255 or 55.15% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 198 - color contains mainly: green. Hex color #07C69A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C69A is #F83965. Grayscale: #878787. Windows color (decimal): -16267622 or 10143239. OLE color: 10143239.
HSL color Cylindrical-coordinate representation of color #07C69A: hue angle of 166.18º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C69A is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 198 | 154 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.22 |
| HSL | 166.18º | 0.93% | 0.4% | - |
| HSV(B) | 166.18º | 0.96% | 0.78% | - |
| XYZ | 26.11 | 42.77 | 37.45 | - |
| YUV | 135.88 | 138.22 | 36.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 198 | 154 | 0.96 | 0 | 0.22 | 0.22 | 166.18 | 0.93 | 0.4 |
| Hex | 7 | C6 | 9A | 60 | 0 | 16 | 16 | A6 | 5D | 28 |
| Octal | 7 | 306 | 232 | 140 | 0 | 26 | 26 | 246 | 135 | 50 |
| Binary | 111 | 11000110 | 10011010 | 1100000 | 0 | 10110 | 10110 | 10100110 | 1011101 | 101000 |
Color Harmonies of #07C69A
Complementary color
Monochromatic Colors of #07C69A
Black with #07C69A
Text Example
Text Example
White with #07C69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C69A; }
p { color: rgb(7,198,154); }
H1.HeaderClassName
{
color: #07C69A;
}
.AnyTagClassName
{
color: #07C69A;
}
</style>
background-color css
<style>
a { background-color: #07C69A; }
a { background-color: rgb(7,198,154); }
div.DivClassName
{
background-color: #07C69A;
}
.BgClassName
{
background-color: #07C69A;
}
</style>
border-color css
<style>
span { border-color: #07C69A; }
span { border-color: rgb(7,198,154); }
td.TdClassName
{
border-color: #07C69A;
}
.TagClassName
{
border-color: #07C69A;
}
</style>