Shades of Caribbean Green #05DDA8
Tints of Caribbean Green #05DDA8
RGB
CMYK
RGB Variations
Color information
#05DDA8 (or 0x05DDA8) is known color: Caribbean Green. HEX triplet: 05, DD and A8. RGB value is (5,221,168). Sum of RGB (Red+Green+Blue) = 5+221+168=394 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #05DDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DDA8 is #FA2257. Grayscale: #969696. Windows color (decimal): -16392792 or 11066629. OLE color: 11066629.
HSL color Cylindrical-coordinate representation of color #05DDA8: hue angle of 165.28º 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 #05DDA8 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 221 | 168 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.13 |
| HSL | 165.28º | 0.96% | 0.44% | - |
| HSV(B) | 165.28º | 0.98% | 0.87% | - |
| XYZ | 32.99 | 54.57 | 45.84 | - |
| YUV | 150.37 | 137.94 | 24.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 221 | 168 | 0.98 | 0 | 0.24 | 0.13 | 165.28 | 0.96 | 0.44 |
| Hex | 5 | DD | A8 | 62 | 0 | 18 | D | A5 | 60 | 2C |
| Octal | 5 | 335 | 250 | 142 | 0 | 30 | 15 | 245 | 140 | 54 |
| Binary | 101 | 11011101 | 10101000 | 1100010 | 0 | 11000 | 1101 | 10100101 | 1100000 | 101100 |
Color Harmonies of #05DDA8
Complementary color
Monochromatic Colors of #05DDA8
Black with #05DDA8
Text Example
Text Example
White with #05DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DDA8; }
p { color: rgb(5,221,168); }
H1.HeaderClassName
{
color: #05DDA8;
}
.AnyTagClassName
{
color: #05DDA8;
}
</style>
background-color css
<style>
a { background-color: #05DDA8; }
a { background-color: rgb(5,221,168); }
div.DivClassName
{
background-color: #05DDA8;
}
.BgClassName
{
background-color: #05DDA8;
}
</style>
border-color css
<style>
span { border-color: #05DDA8; }
span { border-color: rgb(5,221,168); }
td.TdClassName
{
border-color: #05DDA8;
}
.TagClassName
{
border-color: #05DDA8;
}
</style>