Shades of Caribbean Green #06DDB0
Tints of Caribbean Green #06DDB0
RGB
CMYK
RGB Variations
Color information
#06DDB0 (or 0x06DDB0) is known color: Caribbean Green. HEX triplet: 06, DD and B0. RGB value is (6,221,176). Sum of RGB (Red+Green+Blue) = 6+221+176=403 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #06DDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DDB0 is #F9224F. Grayscale: #979797. Windows color (decimal): -16327248 or 11590918. OLE color: 11590918.
HSL color Cylindrical-coordinate representation of color #06DDB0: hue angle of 167.44º 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 #06DDB0 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 221 | 176 | - |
| CMYK | 0.97 | 0 | 0.20 | 0.13 |
| HSL | 167.44º | 0.95% | 0.45% | - |
| HSV(B) | 167.44º | 0.97% | 0.87% | - |
| XYZ | 33.77 | 54.89 | 49.89 | - |
| YUV | 151.59 | 141.77 | 24.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 221 | 176 | 0.97 | 0 | 0.20 | 0.13 | 167.44 | 0.95 | 0.45 |
| Hex | 6 | DD | B0 | 61 | 0 | 14 | D | A7 | 5F | 2D |
| Octal | 6 | 335 | 260 | 141 | 0 | 24 | 15 | 247 | 137 | 55 |
| Binary | 110 | 11011101 | 10110000 | 1100001 | 0 | 10100 | 1101 | 10100111 | 1011111 | 101101 |
Color Harmonies of #06DDB0
Complementary color
Monochromatic Colors of #06DDB0
Black with #06DDB0
Text Example
Text Example
White with #06DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DDB0; }
p { color: rgb(6,221,176); }
H1.HeaderClassName
{
color: #06DDB0;
}
.AnyTagClassName
{
color: #06DDB0;
}
</style>
background-color css
<style>
a { background-color: #06DDB0; }
a { background-color: rgb(6,221,176); }
div.DivClassName
{
background-color: #06DDB0;
}
.BgClassName
{
background-color: #06DDB0;
}
</style>
border-color css
<style>
span { border-color: #06DDB0; }
span { border-color: rgb(6,221,176); }
td.TdClassName
{
border-color: #06DDB0;
}
.TagClassName
{
border-color: #06DDB0;
}
</style>