Shades of Caribbean Green #05DBA9
Tints of Caribbean Green #05DBA9
RGB
CMYK
RGB Variations
Color information
#05DBA9 (or 0x05DBA9) is known color: Caribbean Green. HEX triplet: 05, DB and A9. RGB value is (5,219,169). Sum of RGB (Red+Green+Blue) = 5+219+169=393 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 169 (66.41% from 255 or 43.00% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #05DBA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DBA9 is #FA2456. Grayscale: #959595. Windows color (decimal): -16393303 or 11131653. OLE color: 11131653.
HSL color Cylindrical-coordinate representation of color #05DBA9: hue angle of 165.98º 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 #05DBA9 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 169 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.14 |
| HSL | 165.98º | 0.96% | 0.44% | - |
| HSV(B) | 165.98º | 0.98% | 0.86% | - |
| XYZ | 32.56 | 53.56 | 46.16 | - |
| YUV | 149.31 | 139.1 | 25.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 169 | 0.98 | 0 | 0.23 | 0.14 | 165.98 | 0.96 | 0.44 |
| Hex | 5 | DB | A9 | 62 | 0 | 17 | E | A6 | 60 | 2C |
| Octal | 5 | 333 | 251 | 142 | 0 | 27 | 16 | 246 | 140 | 54 |
| Binary | 101 | 11011011 | 10101001 | 1100010 | 0 | 10111 | 1110 | 10100110 | 1100000 | 101100 |
Color Harmonies of #05DBA9
Complementary color
Monochromatic Colors of #05DBA9
Black with #05DBA9
Text Example
Text Example
White with #05DBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DBA9; }
p { color: rgb(5,219,169); }
H1.HeaderClassName
{
color: #05DBA9;
}
.AnyTagClassName
{
color: #05DBA9;
}
</style>
background-color css
<style>
a { background-color: #05DBA9; }
a { background-color: rgb(5,219,169); }
div.DivClassName
{
background-color: #05DBA9;
}
.BgClassName
{
background-color: #05DBA9;
}
</style>
border-color css
<style>
span { border-color: #05DBA9; }
span { border-color: rgb(5,219,169); }
td.TdClassName
{
border-color: #05DBA9;
}
.TagClassName
{
border-color: #05DBA9;
}
</style>