Shades of Caribbean Green #05DC9C
Tints of Caribbean Green #05DC9C
RGB
CMYK
RGB Variations
Color information
#05DC9C (or 0x05DC9C) is known color: Caribbean Green. HEX triplet: 05, DC and 9C. RGB value is (5,220,156). Sum of RGB (Red+Green+Blue) = 5+220+156=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #05DC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DC9C is #FA2363. Grayscale: #949494. Windows color (decimal): -16393060 or 10279941. OLE color: 10279941.
HSL color Cylindrical-coordinate representation of color #05DC9C: hue angle of 162.14º 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 #05DC9C is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 220 | 156 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.14 |
| HSL | 162.14º | 0.96% | 0.44% | - |
| HSV(B) | 162.14º | 0.98% | 0.86% | - |
| XYZ | 31.66 | 53.62 | 40.13 | - |
| YUV | 148.42 | 132.27 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 156 | 0.98 | 0 | 0.29 | 0.14 | 162.14 | 0.96 | 0.44 |
| Hex | 5 | DC | 9C | 62 | 0 | 1D | E | A2 | 60 | 2C |
| Octal | 5 | 334 | 234 | 142 | 0 | 35 | 16 | 242 | 140 | 54 |
| Binary | 101 | 11011100 | 10011100 | 1100010 | 0 | 11101 | 1110 | 10100010 | 1100000 | 101100 |
Color Harmonies of #05DC9C
Complementary color
Monochromatic Colors of #05DC9C
Black with #05DC9C
Text Example
Text Example
White with #05DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DC9C; }
p { color: rgb(5,220,156); }
H1.HeaderClassName
{
color: #05DC9C;
}
.AnyTagClassName
{
color: #05DC9C;
}
</style>
background-color css
<style>
a { background-color: #05DC9C; }
a { background-color: rgb(5,220,156); }
div.DivClassName
{
background-color: #05DC9C;
}
.BgClassName
{
background-color: #05DC9C;
}
</style>
border-color css
<style>
span { border-color: #05DC9C; }
span { border-color: rgb(5,220,156); }
td.TdClassName
{
border-color: #05DC9C;
}
.TagClassName
{
border-color: #05DC9C;
}
</style>