Shades of Caribbean Green #06DDA0
Tints of Caribbean Green #06DDA0
RGB
CMYK
RGB Variations
Color information
#06DDA0 (or 0x06DDA0) is known color: Caribbean Green. HEX triplet: 06, DD and A0. RGB value is (6,221,160). Sum of RGB (Red+Green+Blue) = 6+221+160=387 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 387); Green value is 221 (86.72% from 255 or 57.11% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 221 - color contains mainly: green. Hex color #06DDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DDA0 is #F9225F. Grayscale: #959595. Windows color (decimal): -16327264 or 10542342. OLE color: 10542342.
HSL color Cylindrical-coordinate representation of color #06DDA0: hue angle of 162.98º 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 #06DDA0 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 221 | 160 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.13 |
| HSL | 162.98º | 0.95% | 0.45% | - |
| HSV(B) | 162.98º | 0.97% | 0.87% | - |
| XYZ | 32.28 | 54.29 | 42.04 | - |
| YUV | 149.76 | 133.77 | 25.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 221 | 160 | 0.97 | 0 | 0.28 | 0.13 | 162.98 | 0.95 | 0.45 |
| Hex | 6 | DD | A0 | 61 | 0 | 1C | D | A3 | 5F | 2D |
| Octal | 6 | 335 | 240 | 141 | 0 | 34 | 15 | 243 | 137 | 55 |
| Binary | 110 | 11011101 | 10100000 | 1100001 | 0 | 11100 | 1101 | 10100011 | 1011111 | 101101 |
Color Harmonies of #06DDA0
Complementary color
Monochromatic Colors of #06DDA0
Black with #06DDA0
Text Example
Text Example
White with #06DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DDA0; }
p { color: rgb(6,221,160); }
H1.HeaderClassName
{
color: #06DDA0;
}
.AnyTagClassName
{
color: #06DDA0;
}
</style>
background-color css
<style>
a { background-color: #06DDA0; }
a { background-color: rgb(6,221,160); }
div.DivClassName
{
background-color: #06DDA0;
}
.BgClassName
{
background-color: #06DDA0;
}
</style>
border-color css
<style>
span { border-color: #06DDA0; }
span { border-color: rgb(6,221,160); }
td.TdClassName
{
border-color: #06DDA0;
}
.TagClassName
{
border-color: #06DDA0;
}
</style>