Shades of Caribbean Green #07C692
Tints of Caribbean Green #07C692
RGB
CMYK
RGB Variations
Color information
#07C692 (or 0x07C692) is known color: Caribbean Green. HEX triplet: 07, C6 and 92. RGB value is (7,198,146). Sum of RGB (Red+Green+Blue) = 7+198+146=351 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 351); Green value is 198 (77.73% from 255 or 56.41% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 198 - color contains mainly: green. Hex color #07C692 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C692 is #F8396D. Grayscale: #868686. Windows color (decimal): -16267630 or 9618951. OLE color: 9618951.
HSL color Cylindrical-coordinate representation of color #07C692: hue angle of 163.66º 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 #07C692 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 198 | 146 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.22 |
| HSL | 163.66º | 0.93% | 0.4% | - |
| HSV(B) | 163.66º | 0.96% | 0.78% | - |
| XYZ | 25.47 | 42.51 | 34.06 | - |
| YUV | 134.96 | 134.22 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 198 | 146 | 0.96 | 0 | 0.26 | 0.22 | 163.66 | 0.93 | 0.4 |
| Hex | 7 | C6 | 92 | 60 | 0 | 1A | 16 | A4 | 5D | 28 |
| Octal | 7 | 306 | 222 | 140 | 0 | 32 | 26 | 244 | 135 | 50 |
| Binary | 111 | 11000110 | 10010010 | 1100000 | 0 | 11010 | 10110 | 10100100 | 1011101 | 101000 |
Color Harmonies of #07C692
Complementary color
Monochromatic Colors of #07C692
Black with #07C692
Text Example
Text Example
White with #07C692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C692; }
p { color: rgb(7,198,146); }
H1.HeaderClassName
{
color: #07C692;
}
.AnyTagClassName
{
color: #07C692;
}
</style>
background-color css
<style>
a { background-color: #07C692; }
a { background-color: rgb(7,198,146); }
div.DivClassName
{
background-color: #07C692;
}
.BgClassName
{
background-color: #07C692;
}
</style>
border-color css
<style>
span { border-color: #07C692; }
span { border-color: rgb(7,198,146); }
td.TdClassName
{
border-color: #07C692;
}
.TagClassName
{
border-color: #07C692;
}
</style>