Shades of Caribbean Green #07CFAE
Tints of Caribbean Green #07CFAE
RGB
CMYK
RGB Variations
Color information
#07CFAE (or 0x07CFAE) is known color: Caribbean Green. HEX triplet: 07, CF and AE. RGB value is (7,207,174). Sum of RGB (Red+Green+Blue) = 7+207+174=388 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 388); Green value is 207 (81.25% from 255 or 53.35% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 207 - color contains mainly: green. Hex color #07CFAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CFAE is #F83051. Grayscale: #8F8F8F. Windows color (decimal): -16265298 or 11456263. OLE color: 11456263.
HSL color Cylindrical-coordinate representation of color #07CFAE: hue angle of 170.1º 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 #07CFAE is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 207 | 174 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.19 |
| HSL | 170.1º | 0.93% | 0.42% | - |
| HSV(B) | 170.1º | 0.97% | 0.81% | - |
| XYZ | 30.04 | 47.73 | 47.67 | - |
| YUV | 143.44 | 145.24 | 30.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 174 | 0.97 | 0 | 0.16 | 0.19 | 170.1 | 0.93 | 0.42 |
| Hex | 7 | CF | AE | 61 | 0 | 10 | 13 | AA | 5D | 2A |
| Octal | 7 | 317 | 256 | 141 | 0 | 20 | 23 | 252 | 135 | 52 |
| Binary | 111 | 11001111 | 10101110 | 1100001 | 0 | 10000 | 10011 | 10101010 | 1011101 | 101010 |
Color Harmonies of #07CFAE
Complementary color
Monochromatic Colors of #07CFAE
Black with #07CFAE
Text Example
Text Example
White with #07CFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CFAE; }
p { color: rgb(7,207,174); }
H1.HeaderClassName
{
color: #07CFAE;
}
.AnyTagClassName
{
color: #07CFAE;
}
</style>
background-color css
<style>
a { background-color: #07CFAE; }
a { background-color: rgb(7,207,174); }
div.DivClassName
{
background-color: #07CFAE;
}
.BgClassName
{
background-color: #07CFAE;
}
</style>
border-color css
<style>
span { border-color: #07CFAE; }
span { border-color: rgb(7,207,174); }
td.TdClassName
{
border-color: #07CFAE;
}
.TagClassName
{
border-color: #07CFAE;
}
</style>