Shades of Caribbean Green #06DCAF
Tints of Caribbean Green #06DCAF
RGB
CMYK
RGB Variations
Color information
#06DCAF (or 0x06DCAF) is known color: Caribbean Green. HEX triplet: 06, DC and AF. RGB value is (6,220,175). Sum of RGB (Red+Green+Blue) = 6+220+175=401 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #06DCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DCAF is #F92350. Grayscale: #969696. Windows color (decimal): -16327505 or 11525126. OLE color: 11525126.
HSL color Cylindrical-coordinate representation of color #06DCAF: hue angle of 167.38º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DCAF is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 175 | - |
| CMYK | 0.97 | 0 | 0.20 | 0.14 |
| HSL | 167.38º | 0.95% | 0.44% | - |
| HSV(B) | 167.38º | 0.97% | 0.86% | - |
| XYZ | 33.41 | 54.32 | 49.28 | - |
| YUV | 150.88 | 141.6 | 24.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 175 | 0.97 | 0 | 0.20 | 0.14 | 167.38 | 0.95 | 0.44 |
| Hex | 6 | DC | AF | 61 | 0 | 14 | E | A7 | 5F | 2C |
| Octal | 6 | 334 | 257 | 141 | 0 | 24 | 16 | 247 | 137 | 54 |
| Binary | 110 | 11011100 | 10101111 | 1100001 | 0 | 10100 | 1110 | 10100111 | 1011111 | 101100 |
Color Harmonies of #06DCAF
Complementary color
Monochromatic Colors of #06DCAF
Black with #06DCAF
Text Example
Text Example
White with #06DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DCAF; }
p { color: rgb(6,220,175); }
H1.HeaderClassName
{
color: #06DCAF;
}
.AnyTagClassName
{
color: #06DCAF;
}
</style>
background-color css
<style>
a { background-color: #06DCAF; }
a { background-color: rgb(6,220,175); }
div.DivClassName
{
background-color: #06DCAF;
}
.BgClassName
{
background-color: #06DCAF;
}
</style>
border-color css
<style>
span { border-color: #06DCAF; }
span { border-color: rgb(6,220,175); }
td.TdClassName
{
border-color: #06DCAF;
}
.TagClassName
{
border-color: #06DCAF;
}
</style>