Shades of Caribbean Green #05DDA2
Tints of Caribbean Green #05DDA2
RGB
CMYK
RGB Variations
Color information
#05DDA2 (or 0x05DDA2) is known color: Caribbean Green. HEX triplet: 05, DD and A2. RGB value is (5,221,162). Sum of RGB (Red+Green+Blue) = 5+221+162=388 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #05DDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DDA2 is #FA225D. Grayscale: #959595. Windows color (decimal): -16392798 or 10673413. OLE color: 10673413.
HSL color Cylindrical-coordinate representation of color #05DDA2: hue angle of 163.61º 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 #05DDA2 is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 221 | 162 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.13 |
| HSL | 163.61º | 0.96% | 0.44% | - |
| HSV(B) | 163.61º | 0.98% | 0.87% | - |
| XYZ | 32.44 | 54.35 | 42.96 | - |
| YUV | 149.69 | 134.94 | 24.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 221 | 162 | 0.98 | 0 | 0.27 | 0.13 | 163.61 | 0.96 | 0.44 |
| Hex | 5 | DD | A2 | 62 | 0 | 1B | D | A4 | 60 | 2C |
| Octal | 5 | 335 | 242 | 142 | 0 | 33 | 15 | 244 | 140 | 54 |
| Binary | 101 | 11011101 | 10100010 | 1100010 | 0 | 11011 | 1101 | 10100100 | 1100000 | 101100 |
Color Harmonies of #05DDA2
Complementary color
Monochromatic Colors of #05DDA2
Black with #05DDA2
Text Example
Text Example
White with #05DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DDA2; }
p { color: rgb(5,221,162); }
H1.HeaderClassName
{
color: #05DDA2;
}
.AnyTagClassName
{
color: #05DDA2;
}
</style>
background-color css
<style>
a { background-color: #05DDA2; }
a { background-color: rgb(5,221,162); }
div.DivClassName
{
background-color: #05DDA2;
}
.BgClassName
{
background-color: #05DDA2;
}
</style>
border-color css
<style>
span { border-color: #05DDA2; }
span { border-color: rgb(5,221,162); }
td.TdClassName
{
border-color: #05DDA2;
}
.TagClassName
{
border-color: #05DDA2;
}
</style>