Shades of Caribbean Green #05DCAC
Tints of Caribbean Green #05DCAC
RGB
CMYK
RGB Variations
Color information
#05DCAC (or 0x05DCAC) is known color: Caribbean Green. HEX triplet: 05, DC and AC. RGB value is (5,220,172). Sum of RGB (Red+Green+Blue) = 5+220+172=397 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #05DCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DCAC is #FA2353. Grayscale: #969696. Windows color (decimal): -16393044 or 11328517. OLE color: 11328517.
HSL color Cylindrical-coordinate representation of color #05DCAC: hue angle of 166.6º 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 #05DCAC is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 220 | 172 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.14 |
| HSL | 166.6º | 0.96% | 0.44% | - |
| HSV(B) | 166.6º | 0.98% | 0.86% | - |
| XYZ | 33.1 | 54.2 | 47.75 | - |
| YUV | 150.24 | 140.27 | 24.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 172 | 0.98 | 0 | 0.22 | 0.14 | 166.6 | 0.96 | 0.44 |
| Hex | 5 | DC | AC | 62 | 0 | 16 | E | A7 | 60 | 2C |
| Octal | 5 | 334 | 254 | 142 | 0 | 26 | 16 | 247 | 140 | 54 |
| Binary | 101 | 11011100 | 10101100 | 1100010 | 0 | 10110 | 1110 | 10100111 | 1100000 | 101100 |
Color Harmonies of #05DCAC
Complementary color
Monochromatic Colors of #05DCAC
Black with #05DCAC
Text Example
Text Example
White with #05DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DCAC; }
p { color: rgb(5,220,172); }
H1.HeaderClassName
{
color: #05DCAC;
}
.AnyTagClassName
{
color: #05DCAC;
}
</style>
background-color css
<style>
a { background-color: #05DCAC; }
a { background-color: rgb(5,220,172); }
div.DivClassName
{
background-color: #05DCAC;
}
.BgClassName
{
background-color: #05DCAC;
}
</style>
border-color css
<style>
span { border-color: #05DCAC; }
span { border-color: rgb(5,220,172); }
td.TdClassName
{
border-color: #05DCAC;
}
.TagClassName
{
border-color: #05DCAC;
}
</style>