Shades of Caribbean Green #07C2AA
Tints of Caribbean Green #07C2AA
RGB
CMYK
RGB Variations
Color information
#07C2AA (or 0x07C2AA) is known color: Caribbean Green. HEX triplet: 07, C2 and AA. RGB value is (7,194,170). Sum of RGB (Red+Green+Blue) = 7+194+170=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #07C2AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C2AA is #F83D55. Grayscale: #878787. Windows color (decimal): -16268630 or 11190791. OLE color: 11190791.
HSL color Cylindrical-coordinate representation of color #07C2AA: hue angle of 172.3º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C2AA is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 194 | 170 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.24 |
| HSL | 172.3º | 0.93% | 0.39% | - |
| HSV(B) | 172.3º | 0.96% | 0.76% | - |
| XYZ | 26.64 | 41.53 | 44.64 | - |
| YUV | 135.35 | 147.55 | 36.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 194 | 170 | 0.96 | 0 | 0.12 | 0.24 | 172.3 | 0.93 | 0.39 |
| Hex | 7 | C2 | AA | 60 | 0 | C | 18 | AC | 5D | 27 |
| Octal | 7 | 302 | 252 | 140 | 0 | 14 | 30 | 254 | 135 | 47 |
| Binary | 111 | 11000010 | 10101010 | 1100000 | 0 | 1100 | 11000 | 10101100 | 1011101 | 100111 |
Color Harmonies of #07C2AA
Complementary color
Monochromatic Colors of #07C2AA
Black with #07C2AA
Text Example
Text Example
White with #07C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C2AA; }
p { color: rgb(7,194,170); }
H1.HeaderClassName
{
color: #07C2AA;
}
.AnyTagClassName
{
color: #07C2AA;
}
</style>
background-color css
<style>
a { background-color: #07C2AA; }
a { background-color: rgb(7,194,170); }
div.DivClassName
{
background-color: #07C2AA;
}
.BgClassName
{
background-color: #07C2AA;
}
</style>
border-color css
<style>
span { border-color: #07C2AA; }
span { border-color: rgb(7,194,170); }
td.TdClassName
{
border-color: #07C2AA;
}
.TagClassName
{
border-color: #07C2AA;
}
</style>