Shades of Caribbean Green #05DCAA
Tints of Caribbean Green #05DCAA
RGB
CMYK
RGB Variations
Color information
#05DCAA (or 0x05DCAA) is known color: Caribbean Green. HEX triplet: 05, DC and AA. RGB value is (5,220,170). Sum of RGB (Red+Green+Blue) = 5+220+170=395 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #05DCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DCAA is #FA2355. Grayscale: #959595. Windows color (decimal): -16393046 or 11197445. OLE color: 11197445.
HSL color Cylindrical-coordinate representation of color #05DCAA: hue angle of 166.05º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DCAA is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 220 | 170 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.14 |
| HSL | 166.05º | 0.96% | 0.44% | - |
| HSV(B) | 166.05º | 0.98% | 0.86% | - |
| XYZ | 32.91 | 54.12 | 46.74 | - |
| YUV | 150.02 | 139.27 | 24.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 170 | 0.98 | 0 | 0.23 | 0.14 | 166.05 | 0.96 | 0.44 |
| Hex | 5 | DC | AA | 62 | 0 | 17 | E | A6 | 60 | 2C |
| Octal | 5 | 334 | 252 | 142 | 0 | 27 | 16 | 246 | 140 | 54 |
| Binary | 101 | 11011100 | 10101010 | 1100010 | 0 | 10111 | 1110 | 10100110 | 1100000 | 101100 |
Color Harmonies of #05DCAA
Complementary color
Monochromatic Colors of #05DCAA
Black with #05DCAA
Text Example
Text Example
White with #05DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DCAA; }
p { color: rgb(5,220,170); }
H1.HeaderClassName
{
color: #05DCAA;
}
.AnyTagClassName
{
color: #05DCAA;
}
</style>
background-color css
<style>
a { background-color: #05DCAA; }
a { background-color: rgb(5,220,170); }
div.DivClassName
{
background-color: #05DCAA;
}
.BgClassName
{
background-color: #05DCAA;
}
</style>
border-color css
<style>
span { border-color: #05DCAA; }
span { border-color: rgb(5,220,170); }
td.TdClassName
{
border-color: #05DCAA;
}
.TagClassName
{
border-color: #05DCAA;
}
</style>