Shades of Caribbean Green #07CFAF
Tints of Caribbean Green #07CFAF
RGB
CMYK
RGB Variations
Color information
#07CFAF (or 0x07CFAF) is known color: Caribbean Green. HEX triplet: 07, CF and AF. RGB value is (7,207,175). Sum of RGB (Red+Green+Blue) = 7+207+175=389 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #07CFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CFAF is #F83050. Grayscale: #8F8F8F. Windows color (decimal): -16265297 or 11521799. OLE color: 11521799.
HSL color Cylindrical-coordinate representation of color #07CFAF: hue angle of 170.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CFAF is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 207 | 175 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.19 |
| HSL | 170.4º | 0.93% | 0.42% | - |
| HSV(B) | 170.4º | 0.97% | 0.81% | - |
| XYZ | 30.14 | 47.77 | 48.19 | - |
| YUV | 143.55 | 145.74 | 30.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 175 | 0.97 | 0 | 0.15 | 0.19 | 170.4 | 0.93 | 0.42 |
| Hex | 7 | CF | AF | 61 | 0 | F | 13 | AA | 5D | 2A |
| Octal | 7 | 317 | 257 | 141 | 0 | 17 | 23 | 252 | 135 | 52 |
| Binary | 111 | 11001111 | 10101111 | 1100001 | 0 | 1111 | 10011 | 10101010 | 1011101 | 101010 |
Color Harmonies of #07CFAF
Complementary color
Monochromatic Colors of #07CFAF
Black with #07CFAF
Text Example
Text Example
White with #07CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CFAF; }
p { color: rgb(7,207,175); }
H1.HeaderClassName
{
color: #07CFAF;
}
.AnyTagClassName
{
color: #07CFAF;
}
</style>
background-color css
<style>
a { background-color: #07CFAF; }
a { background-color: rgb(7,207,175); }
div.DivClassName
{
background-color: #07CFAF;
}
.BgClassName
{
background-color: #07CFAF;
}
</style>
border-color css
<style>
span { border-color: #07CFAF; }
span { border-color: rgb(7,207,175); }
td.TdClassName
{
border-color: #07CFAF;
}
.TagClassName
{
border-color: #07CFAF;
}
</style>