Shades of Caribbean Green #06DB9F
Tints of Caribbean Green #06DB9F
RGB
CMYK
RGB Variations
Color information
#06DB9F (or 0x06DB9F) is known color: Caribbean Green. HEX triplet: 06, DB and 9F. RGB value is (6,219,159). Sum of RGB (Red+Green+Blue) = 6+219+159=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 219 (85.94% from 255 or 57.03% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 219 - color contains mainly: green. Hex color #06DB9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DB9F is #F92460. Grayscale: #949494. Windows color (decimal): -16327777 or 10476294. OLE color: 10476294.
HSL color Cylindrical-coordinate representation of color #06DB9F: hue angle of 163.1º 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 #06DB9F is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 159 | - |
| CMYK | 0.97 | 0 | 0.27 | 0.14 |
| HSL | 163.1º | 0.95% | 0.44% | - |
| HSV(B) | 163.1º | 0.97% | 0.86% | - |
| XYZ | 31.66 | 53.2 | 41.4 | - |
| YUV | 148.47 | 133.93 | 26.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 159 | 0.97 | 0 | 0.27 | 0.14 | 163.1 | 0.95 | 0.44 |
| Hex | 6 | DB | 9F | 61 | 0 | 1B | E | A3 | 5F | 2C |
| Octal | 6 | 333 | 237 | 141 | 0 | 33 | 16 | 243 | 137 | 54 |
| Binary | 110 | 11011011 | 10011111 | 1100001 | 0 | 11011 | 1110 | 10100011 | 1011111 | 101100 |
Color Harmonies of #06DB9F
Complementary color
Monochromatic Colors of #06DB9F
Black with #06DB9F
Text Example
Text Example
White with #06DB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DB9F; }
p { color: rgb(6,219,159); }
H1.HeaderClassName
{
color: #06DB9F;
}
.AnyTagClassName
{
color: #06DB9F;
}
</style>
background-color css
<style>
a { background-color: #06DB9F; }
a { background-color: rgb(6,219,159); }
div.DivClassName
{
background-color: #06DB9F;
}
.BgClassName
{
background-color: #06DB9F;
}
</style>
border-color css
<style>
span { border-color: #06DB9F; }
span { border-color: rgb(6,219,159); }
td.TdClassName
{
border-color: #06DB9F;
}
.TagClassName
{
border-color: #06DB9F;
}
</style>