Shades of Caribbean Green #06DFAC
Tints of Caribbean Green #06DFAC
RGB
CMYK
RGB Variations
Color information
#06DFAC (or 0x06DFAC) is known color: Caribbean Green. HEX triplet: 06, DF and AC. RGB value is (6,223,172). Sum of RGB (Red+Green+Blue) = 6+223+172=401 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #06DFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DFAC is #F92053. Grayscale: #989898. Windows color (decimal): -16326740 or 11329286. OLE color: 11329286.
HSL color Cylindrical-coordinate representation of color #06DFAC: hue angle of 165.9º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DFAC is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 223 | 172 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.13 |
| HSL | 165.9º | 0.95% | 0.45% | - |
| HSV(B) | 165.9º | 0.97% | 0.87% | - |
| XYZ | 33.91 | 55.79 | 48.01 | - |
| YUV | 152.3 | 139.11 | 23.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 223 | 172 | 0.97 | 0 | 0.23 | 0.13 | 165.9 | 0.95 | 0.45 |
| Hex | 6 | DF | AC | 61 | 0 | 17 | D | A6 | 5F | 2D |
| Octal | 6 | 337 | 254 | 141 | 0 | 27 | 15 | 246 | 137 | 55 |
| Binary | 110 | 11011111 | 10101100 | 1100001 | 0 | 10111 | 1101 | 10100110 | 1011111 | 101101 |
Color Harmonies of #06DFAC
Complementary color
Monochromatic Colors of #06DFAC
Black with #06DFAC
Text Example
Text Example
White with #06DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DFAC; }
p { color: rgb(6,223,172); }
H1.HeaderClassName
{
color: #06DFAC;
}
.AnyTagClassName
{
color: #06DFAC;
}
</style>
background-color css
<style>
a { background-color: #06DFAC; }
a { background-color: rgb(6,223,172); }
div.DivClassName
{
background-color: #06DFAC;
}
.BgClassName
{
background-color: #06DFAC;
}
</style>
border-color css
<style>
span { border-color: #06DFAC; }
span { border-color: rgb(6,223,172); }
td.TdClassName
{
border-color: #06DFAC;
}
.TagClassName
{
border-color: #06DFAC;
}
</style>