Shades of Caribbean Green #06E2AF
Tints of Caribbean Green #06E2AF
RGB
CMYK
RGB Variations
Color information
#06E2AF (or 0x06E2AF) is known color: Caribbean Green. HEX triplet: 06, E2 and AF. RGB value is (6,226,175). Sum of RGB (Red+Green+Blue) = 6+226+175=407 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 407); Green value is 226 (88.67% from 255 or 55.53% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 226 - color contains mainly: green. Hex color #06E2AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06E2AF is #F91D50. Grayscale: #9A9A9A. Windows color (decimal): -16325969 or 11526662. OLE color: 11526662.
HSL color Cylindrical-coordinate representation of color #06E2AF: hue angle of 166.09º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E2AF is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 226 | 175 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.11 |
| HSL | 166.09º | 0.95% | 0.45% | - |
| HSV(B) | 166.09º | 0.97% | 0.89% | - |
| XYZ | 35.01 | 57.53 | 49.82 | - |
| YUV | 154.41 | 139.61 | 22.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 226 | 175 | 0.97 | 0 | 0.23 | 0.11 | 166.09 | 0.95 | 0.45 |
| Hex | 6 | E2 | AF | 61 | 0 | 17 | B | A6 | 5F | 2D |
| Octal | 6 | 342 | 257 | 141 | 0 | 27 | 13 | 246 | 137 | 55 |
| Binary | 110 | 11100010 | 10101111 | 1100001 | 0 | 10111 | 1011 | 10100110 | 1011111 | 101101 |
Color Harmonies of #06E2AF
Complementary color
Monochromatic Colors of #06E2AF
Black with #06E2AF
Text Example
Text Example
White with #06E2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E2AF; }
p { color: rgb(6,226,175); }
H1.HeaderClassName
{
color: #06E2AF;
}
.AnyTagClassName
{
color: #06E2AF;
}
</style>
background-color css
<style>
a { background-color: #06E2AF; }
a { background-color: rgb(6,226,175); }
div.DivClassName
{
background-color: #06E2AF;
}
.BgClassName
{
background-color: #06E2AF;
}
</style>
border-color css
<style>
span { border-color: #06E2AF; }
span { border-color: rgb(6,226,175); }
td.TdClassName
{
border-color: #06E2AF;
}
.TagClassName
{
border-color: #06E2AF;
}
</style>