Shades of Caribbean Green #06DCAA
Tints of Caribbean Green #06DCAA
RGB
CMYK
RGB Variations
Color information
#06DCAA (or 0x06DCAA) is known color: Caribbean Green. HEX triplet: 06, DC and AA. RGB value is (6,220,170). Sum of RGB (Red+Green+Blue) = 6+220+170=396 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #06DCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DCAA is #F92355. Grayscale: #969696. Windows color (decimal): -16327510 or 11197446. OLE color: 11197446.
HSL color Cylindrical-coordinate representation of color #06DCAA: hue angle of 165.98º 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 #06DCAA is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 170 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.14 |
| HSL | 165.98º | 0.95% | 0.44% | - |
| HSV(B) | 165.98º | 0.97% | 0.86% | - |
| XYZ | 32.92 | 54.13 | 46.74 | - |
| YUV | 150.31 | 139.1 | 25.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 170 | 0.97 | 0 | 0.23 | 0.14 | 165.98 | 0.95 | 0.44 |
| Hex | 6 | DC | AA | 61 | 0 | 17 | E | A6 | 5F | 2C |
| Octal | 6 | 334 | 252 | 141 | 0 | 27 | 16 | 246 | 137 | 54 |
| Binary | 110 | 11011100 | 10101010 | 1100001 | 0 | 10111 | 1110 | 10100110 | 1011111 | 101100 |
Color Harmonies of #06DCAA
Complementary color
Monochromatic Colors of #06DCAA
Black with #06DCAA
Text Example
Text Example
White with #06DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DCAA; }
p { color: rgb(6,220,170); }
H1.HeaderClassName
{
color: #06DCAA;
}
.AnyTagClassName
{
color: #06DCAA;
}
</style>
background-color css
<style>
a { background-color: #06DCAA; }
a { background-color: rgb(6,220,170); }
div.DivClassName
{
background-color: #06DCAA;
}
.BgClassName
{
background-color: #06DCAA;
}
</style>
border-color css
<style>
span { border-color: #06DCAA; }
span { border-color: rgb(6,220,170); }
td.TdClassName
{
border-color: #06DCAA;
}
.TagClassName
{
border-color: #06DCAA;
}
</style>