Shades of Caribbean Green #07C5A7
Tints of Caribbean Green #07C5A7
RGB
CMYK
RGB Variations
Color information
#07C5A7 (or 0x07C5A7) is known color: Caribbean Green. HEX triplet: 07, C5 and A7. RGB value is (7,197,167). Sum of RGB (Red+Green+Blue) = 7+197+167=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #07C5A7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C5A7 is #F83A58. Grayscale: #888888. Windows color (decimal): -16267865 or 10994951. OLE color: 10994951.
HSL color Cylindrical-coordinate representation of color #07C5A7: hue angle of 170.53º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C5A7 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 197 | 167 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.23 |
| HSL | 170.53º | 0.93% | 0.4% | - |
| HSV(B) | 170.53º | 0.96% | 0.77% | - |
| XYZ | 27.03 | 42.77 | 43.39 | - |
| YUV | 136.77 | 145.05 | 35.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 197 | 167 | 0.96 | 0 | 0.15 | 0.23 | 170.53 | 0.93 | 0.4 |
| Hex | 7 | C5 | A7 | 60 | 0 | F | 17 | AB | 5D | 28 |
| Octal | 7 | 305 | 247 | 140 | 0 | 17 | 27 | 253 | 135 | 50 |
| Binary | 111 | 11000101 | 10100111 | 1100000 | 0 | 1111 | 10111 | 10101011 | 1011101 | 101000 |
Color Harmonies of #07C5A7
Complementary color
Monochromatic Colors of #07C5A7
Black with #07C5A7
Text Example
Text Example
White with #07C5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C5A7; }
p { color: rgb(7,197,167); }
H1.HeaderClassName
{
color: #07C5A7;
}
.AnyTagClassName
{
color: #07C5A7;
}
</style>
background-color css
<style>
a { background-color: #07C5A7; }
a { background-color: rgb(7,197,167); }
div.DivClassName
{
background-color: #07C5A7;
}
.BgClassName
{
background-color: #07C5A7;
}
</style>
border-color css
<style>
span { border-color: #07C5A7; }
span { border-color: rgb(7,197,167); }
td.TdClassName
{
border-color: #07C5A7;
}
.TagClassName
{
border-color: #07C5A7;
}
</style>