Shades of Caribbean Green #07CFAB
Tints of Caribbean Green #07CFAB
RGB
CMYK
RGB Variations
Color information
#07CFAB (or 0x07CFAB) is known color: Caribbean Green. HEX triplet: 07, CF and AB. RGB value is (7,207,171). Sum of RGB (Red+Green+Blue) = 7+207+171=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #07CFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CFAB is #F83054. Grayscale: #8F8F8F. Windows color (decimal): -16265301 or 11259655. OLE color: 11259655.
HSL color Cylindrical-coordinate representation of color #07CFAB: hue angle of 169.2º 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 #07CFAB is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 207 | 171 | - |
| CMYK | 0.97 | 0 | 0.17 | 0.19 |
| HSL | 169.2º | 0.93% | 0.42% | - |
| HSV(B) | 169.2º | 0.97% | 0.81% | - |
| XYZ | 29.75 | 47.61 | 46.15 | - |
| YUV | 143.1 | 143.74 | 30.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 171 | 0.97 | 0 | 0.17 | 0.19 | 169.2 | 0.93 | 0.42 |
| Hex | 7 | CF | AB | 61 | 0 | 11 | 13 | A9 | 5D | 2A |
| Octal | 7 | 317 | 253 | 141 | 0 | 21 | 23 | 251 | 135 | 52 |
| Binary | 111 | 11001111 | 10101011 | 1100001 | 0 | 10001 | 10011 | 10101001 | 1011101 | 101010 |
Color Harmonies of #07CFAB
Complementary color
Monochromatic Colors of #07CFAB
Black with #07CFAB
Text Example
Text Example
White with #07CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CFAB; }
p { color: rgb(7,207,171); }
H1.HeaderClassName
{
color: #07CFAB;
}
.AnyTagClassName
{
color: #07CFAB;
}
</style>
background-color css
<style>
a { background-color: #07CFAB; }
a { background-color: rgb(7,207,171); }
div.DivClassName
{
background-color: #07CFAB;
}
.BgClassName
{
background-color: #07CFAB;
}
</style>
border-color css
<style>
span { border-color: #07CFAB; }
span { border-color: rgb(7,207,171); }
td.TdClassName
{
border-color: #07CFAB;
}
.TagClassName
{
border-color: #07CFAB;
}
</style>