Shades of Caribbean Green #06DBA5
Tints of Caribbean Green #06DBA5
RGB
CMYK
RGB Variations
Color information
#06DBA5 (or 0x06DBA5) is known color: Caribbean Green. HEX triplet: 06, DB and A5. RGB value is (6,219,165). Sum of RGB (Red+Green+Blue) = 6+219+165=390 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.54% from 390); Green value is 219 (85.94% from 255 or 56.15% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 219 - color contains mainly: green. Hex color #06DBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DBA5 is #F9245A. Grayscale: #959595. Windows color (decimal): -16327771 or 10869510. OLE color: 10869510.
HSL color Cylindrical-coordinate representation of color #06DBA5: hue angle of 164.79º 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 #06DBA5 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 165 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.14 |
| HSL | 164.79º | 0.95% | 0.44% | - |
| HSV(B) | 164.79º | 0.97% | 0.86% | - |
| XYZ | 32.2 | 53.42 | 44.21 | - |
| YUV | 149.16 | 136.93 | 25.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 165 | 0.97 | 0 | 0.25 | 0.14 | 164.79 | 0.95 | 0.44 |
| Hex | 6 | DB | A5 | 61 | 0 | 19 | E | A5 | 5F | 2C |
| Octal | 6 | 333 | 245 | 141 | 0 | 31 | 16 | 245 | 137 | 54 |
| Binary | 110 | 11011011 | 10100101 | 1100001 | 0 | 11001 | 1110 | 10100101 | 1011111 | 101100 |
Color Harmonies of #06DBA5
Complementary color
Monochromatic Colors of #06DBA5
Black with #06DBA5
Text Example
Text Example
White with #06DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DBA5; }
p { color: rgb(6,219,165); }
H1.HeaderClassName
{
color: #06DBA5;
}
.AnyTagClassName
{
color: #06DBA5;
}
</style>
background-color css
<style>
a { background-color: #06DBA5; }
a { background-color: rgb(6,219,165); }
div.DivClassName
{
background-color: #06DBA5;
}
.BgClassName
{
background-color: #06DBA5;
}
</style>
border-color css
<style>
span { border-color: #06DBA5; }
span { border-color: rgb(6,219,165); }
td.TdClassName
{
border-color: #06DBA5;
}
.TagClassName
{
border-color: #06DBA5;
}
</style>