Shades of Caribbean Green #06DDA7
Tints of Caribbean Green #06DDA7
RGB
CMYK
RGB Variations
Color information
#06DDA7 (or 0x06DDA7) is known color: Caribbean Green. HEX triplet: 06, DD and A7. RGB value is (6,221,167). Sum of RGB (Red+Green+Blue) = 6+221+167=394 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #06DDA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DDA7 is #F92258. Grayscale: #969696. Windows color (decimal): -16327257 or 11001094. OLE color: 11001094.
HSL color Cylindrical-coordinate representation of color #06DDA7: hue angle of 164.93º 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 #06DDA7 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
RGB | 6 | 221 | 167 | - |
CMYK | 0.97 | 0 | 0.24 | 0.13 |
HSL | 164.93º | 0.95% | 0.45% | - |
HSV(B) | 164.93º | 0.97% | 0.87% | - |
XYZ | 32.91 | 54.54 | 45.35 | - |
YUV | 150.56 | 137.27 | 24.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 221 | 167 | 0.97 | 0 | 0.24 | 0.13 | 164.93 | 0.95 | 0.45 |
Hex | 6 | DD | A7 | 61 | 0 | 18 | D | A5 | 5F | 2D |
Octal | 6 | 335 | 247 | 141 | 0 | 30 | 15 | 245 | 137 | 55 |
Binary | 110 | 11011101 | 10100111 | 1100001 | 0 | 11000 | 1101 | 10100101 | 1011111 | 101101 |
Color Harmonies of #06DDA7
Complementary color
Monochromatic Colors of #06DDA7
Black with #06DDA7
Text Example
Text Example
White with #06DDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DDA7; }
p { color: rgb(6,221,167); }
H1.HeaderClassName
{
color: #06DDA7;
}
.AnyTagClassName
{
color: #06DDA7;
}
</style>
background-color css
<style>
a { background-color: #06DDA7; }
a { background-color: rgb(6,221,167); }
div.DivClassName
{
background-color: #06DDA7;
}
.BgClassName
{
background-color: #06DDA7;
}
</style>
border-color css
<style>
span { border-color: #06DDA7; }
span { border-color: rgb(6,221,167); }
td.TdClassName
{
border-color: #06DDA7;
}
.TagClassName
{
border-color: #06DDA7;
}
</style>