Shades of Caribbean Green #05DDA6
Tints of Caribbean Green #05DDA6
RGB
CMYK
RGB Variations
Color information
#05DDA6 (or 0x05DDA6) is known color: Caribbean Green. HEX triplet: 05, DD and A6. RGB value is (5,221,166). Sum of RGB (Red+Green+Blue) = 5+221+166=392 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #05DDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DDA6 is #FA2259. Grayscale: #969696. Windows color (decimal): -16392794 or 10935557. OLE color: 10935557.
HSL color Cylindrical-coordinate representation of color #05DDA6: hue angle of 164.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DDA6 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 221 | 166 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.13 |
| HSL | 164.72º | 0.96% | 0.44% | - |
| HSV(B) | 164.72º | 0.98% | 0.87% | - |
| XYZ | 32.8 | 54.5 | 44.87 | - |
| YUV | 150.15 | 136.94 | 24.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 221 | 166 | 0.98 | 0 | 0.25 | 0.13 | 164.72 | 0.96 | 0.44 |
| Hex | 5 | DD | A6 | 62 | 0 | 19 | D | A5 | 60 | 2C |
| Octal | 5 | 335 | 246 | 142 | 0 | 31 | 15 | 245 | 140 | 54 |
| Binary | 101 | 11011101 | 10100110 | 1100010 | 0 | 11001 | 1101 | 10100101 | 1100000 | 101100 |
Color Harmonies of #05DDA6
Complementary color
Monochromatic Colors of #05DDA6
Black with #05DDA6
Text Example
Text Example
White with #05DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DDA6; }
p { color: rgb(5,221,166); }
H1.HeaderClassName
{
color: #05DDA6;
}
.AnyTagClassName
{
color: #05DDA6;
}
</style>
background-color css
<style>
a { background-color: #05DDA6; }
a { background-color: rgb(5,221,166); }
div.DivClassName
{
background-color: #05DDA6;
}
.BgClassName
{
background-color: #05DDA6;
}
</style>
border-color css
<style>
span { border-color: #05DDA6; }
span { border-color: rgb(5,221,166); }
td.TdClassName
{
border-color: #05DDA6;
}
.TagClassName
{
border-color: #05DDA6;
}
</style>