Shades of Caribbean Green #07CEAF
Tints of Caribbean Green #07CEAF
RGB
CMYK
RGB Variations
Color information
#07CEAF (or 0x07CEAF) is known color: Caribbean Green. HEX triplet: 07, CE and AF. RGB value is (7,206,175). Sum of RGB (Red+Green+Blue) = 7+206+175=388 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 388); Green value is 206 (80.86% from 255 or 53.09% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 206 - color contains mainly: green. Hex color #07CEAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CEAF is #F83150. Grayscale: #8E8E8E. Windows color (decimal): -16265553 or 11521543. OLE color: 11521543.
HSL color Cylindrical-coordinate representation of color #07CEAF: hue angle of 170.65º 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 #07CEAF is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 206 | 175 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.19 |
| HSL | 170.65º | 0.93% | 0.42% | - |
| HSV(B) | 170.65º | 0.97% | 0.81% | - |
| XYZ | 29.9 | 47.28 | 48.11 | - |
| YUV | 142.97 | 146.07 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 175 | 0.97 | 0 | 0.15 | 0.19 | 170.65 | 0.93 | 0.42 |
| Hex | 7 | CE | AF | 61 | 0 | F | 13 | AB | 5D | 2A |
| Octal | 7 | 316 | 257 | 141 | 0 | 17 | 23 | 253 | 135 | 52 |
| Binary | 111 | 11001110 | 10101111 | 1100001 | 0 | 1111 | 10011 | 10101011 | 1011101 | 101010 |
Color Harmonies of #07CEAF
Complementary color
Monochromatic Colors of #07CEAF
Black with #07CEAF
Text Example
Text Example
White with #07CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CEAF; }
p { color: rgb(7,206,175); }
H1.HeaderClassName
{
color: #07CEAF;
}
.AnyTagClassName
{
color: #07CEAF;
}
</style>
background-color css
<style>
a { background-color: #07CEAF; }
a { background-color: rgb(7,206,175); }
div.DivClassName
{
background-color: #07CEAF;
}
.BgClassName
{
background-color: #07CEAF;
}
</style>
border-color css
<style>
span { border-color: #07CEAF; }
span { border-color: rgb(7,206,175); }
td.TdClassName
{
border-color: #07CEAF;
}
.TagClassName
{
border-color: #07CEAF;
}
</style>