Shades of Caribbean Green #06DDA2
Tints of Caribbean Green #06DDA2
RGB
CMYK
RGB Variations
Color information
#06DDA2 (or 0x06DDA2) is known color: Caribbean Green. HEX triplet: 06, DD and A2. RGB value is (6,221,162). Sum of RGB (Red+Green+Blue) = 6+221+162=389 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.54% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #06DDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DDA2 is #F9225D. Grayscale: #969696. Windows color (decimal): -16327262 or 10673414. OLE color: 10673414.
HSL color Cylindrical-coordinate representation of color #06DDA2: hue angle of 163.53º 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 #06DDA2 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 221 | 162 | - |
| CMYK | 0.97 | 0 | 0.27 | 0.13 |
| HSL | 163.53º | 0.95% | 0.45% | - |
| HSV(B) | 163.53º | 0.97% | 0.87% | - |
| XYZ | 32.45 | 54.36 | 42.96 | - |
| YUV | 149.99 | 134.77 | 25.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 221 | 162 | 0.97 | 0 | 0.27 | 0.13 | 163.53 | 0.95 | 0.45 |
| Hex | 6 | DD | A2 | 61 | 0 | 1B | D | A4 | 5F | 2D |
| Octal | 6 | 335 | 242 | 141 | 0 | 33 | 15 | 244 | 137 | 55 |
| Binary | 110 | 11011101 | 10100010 | 1100001 | 0 | 11011 | 1101 | 10100100 | 1011111 | 101101 |
Color Harmonies of #06DDA2
Complementary color
Monochromatic Colors of #06DDA2
Black with #06DDA2
Text Example
Text Example
White with #06DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DDA2; }
p { color: rgb(6,221,162); }
H1.HeaderClassName
{
color: #06DDA2;
}
.AnyTagClassName
{
color: #06DDA2;
}
</style>
background-color css
<style>
a { background-color: #06DDA2; }
a { background-color: rgb(6,221,162); }
div.DivClassName
{
background-color: #06DDA2;
}
.BgClassName
{
background-color: #06DDA2;
}
</style>
border-color css
<style>
span { border-color: #06DDA2; }
span { border-color: rgb(6,221,162); }
td.TdClassName
{
border-color: #06DDA2;
}
.TagClassName
{
border-color: #06DDA2;
}
</style>