Shades of Caribbean Green #06DBAC
Tints of Caribbean Green #06DBAC
RGB
CMYK
RGB Variations
Color information
#06DBAC (or 0x06DBAC) is known color: Caribbean Green. HEX triplet: 06, DB and AC. RGB value is (6,219,172). Sum of RGB (Red+Green+Blue) = 6+219+172=397 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 397); Green value is 219 (85.94% from 255 or 55.16% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 219 - color contains mainly: green. Hex color #06DBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DBAC is #F92453. Grayscale: #959595. Windows color (decimal): -16327764 or 11328262. OLE color: 11328262.
HSL color Cylindrical-coordinate representation of color #06DBAC: hue angle of 166.76º 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 #06DBAC is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 172 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.14 |
| HSL | 166.76º | 0.95% | 0.44% | - |
| HSV(B) | 166.76º | 0.97% | 0.86% | - |
| XYZ | 32.85 | 53.68 | 47.66 | - |
| YUV | 149.96 | 140.43 | 25.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 172 | 0.97 | 0 | 0.21 | 0.14 | 166.76 | 0.95 | 0.44 |
| Hex | 6 | DB | AC | 61 | 0 | 15 | E | A7 | 5F | 2C |
| Octal | 6 | 333 | 254 | 141 | 0 | 25 | 16 | 247 | 137 | 54 |
| Binary | 110 | 11011011 | 10101100 | 1100001 | 0 | 10101 | 1110 | 10100111 | 1011111 | 101100 |
Color Harmonies of #06DBAC
Complementary color
Monochromatic Colors of #06DBAC
Black with #06DBAC
Text Example
Text Example
White with #06DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DBAC; }
p { color: rgb(6,219,172); }
H1.HeaderClassName
{
color: #06DBAC;
}
.AnyTagClassName
{
color: #06DBAC;
}
</style>
background-color css
<style>
a { background-color: #06DBAC; }
a { background-color: rgb(6,219,172); }
div.DivClassName
{
background-color: #06DBAC;
}
.BgClassName
{
background-color: #06DBAC;
}
</style>
border-color css
<style>
span { border-color: #06DBAC; }
span { border-color: rgb(6,219,172); }
td.TdClassName
{
border-color: #06DBAC;
}
.TagClassName
{
border-color: #06DBAC;
}
</style>