Shades of Caribbean Green #05DCAD
Tints of Caribbean Green #05DCAD
RGB
CMYK
RGB Variations
Color information
#05DCAD (or 0x05DCAD) is known color: Caribbean Green. HEX triplet: 05, DC and AD. RGB value is (5,220,173). Sum of RGB (Red+Green+Blue) = 5+220+173=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #05DCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DCAD is #FA2352. Grayscale: #969696. Windows color (decimal): -16393043 or 11394053. OLE color: 11394053.
HSL color Cylindrical-coordinate representation of color #05DCAD: hue angle of 166.88º 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 #05DCAD is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 220 | 173 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.14 |
| HSL | 166.88º | 0.96% | 0.44% | - |
| HSV(B) | 166.88º | 0.98% | 0.86% | - |
| XYZ | 33.2 | 54.24 | 48.25 | - |
| YUV | 150.36 | 140.77 | 24.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 173 | 0.98 | 0 | 0.21 | 0.14 | 166.88 | 0.96 | 0.44 |
| Hex | 5 | DC | AD | 62 | 0 | 15 | E | A7 | 60 | 2C |
| Octal | 5 | 334 | 255 | 142 | 0 | 25 | 16 | 247 | 140 | 54 |
| Binary | 101 | 11011100 | 10101101 | 1100010 | 0 | 10101 | 1110 | 10100111 | 1100000 | 101100 |
Color Harmonies of #05DCAD
Complementary color
Monochromatic Colors of #05DCAD
Black with #05DCAD
Text Example
Text Example
White with #05DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DCAD; }
p { color: rgb(5,220,173); }
H1.HeaderClassName
{
color: #05DCAD;
}
.AnyTagClassName
{
color: #05DCAD;
}
</style>
background-color css
<style>
a { background-color: #05DCAD; }
a { background-color: rgb(5,220,173); }
div.DivClassName
{
background-color: #05DCAD;
}
.BgClassName
{
background-color: #05DCAD;
}
</style>
border-color css
<style>
span { border-color: #05DCAD; }
span { border-color: rgb(5,220,173); }
td.TdClassName
{
border-color: #05DCAD;
}
.TagClassName
{
border-color: #05DCAD;
}
</style>