Shades of Caribbean Green #05DBA8
Tints of Caribbean Green #05DBA8
RGB
CMYK
RGB Variations
Color information
#05DBA8 (or 0x05DBA8) is known color: Caribbean Green. HEX triplet: 05, DB and A8. RGB value is (5,219,168). Sum of RGB (Red+Green+Blue) = 5+219+168=392 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 392); Green value is 219 (85.94% from 255 or 55.87% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 219 - color contains mainly: green. Hex color #05DBA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DBA8 is #FA2457. Grayscale: #959595. Windows color (decimal): -16393304 or 11066117. OLE color: 11066117.
HSL color Cylindrical-coordinate representation of color #05DBA8: hue angle of 165.7º 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 #05DBA8 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 168 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.14 |
| HSL | 165.7º | 0.96% | 0.44% | - |
| HSV(B) | 165.7º | 0.98% | 0.86% | - |
| XYZ | 32.46 | 53.52 | 45.67 | - |
| YUV | 149.2 | 138.6 | 25.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 168 | 0.98 | 0 | 0.23 | 0.14 | 165.7 | 0.96 | 0.44 |
| Hex | 5 | DB | A8 | 62 | 0 | 17 | E | A6 | 60 | 2C |
| Octal | 5 | 333 | 250 | 142 | 0 | 27 | 16 | 246 | 140 | 54 |
| Binary | 101 | 11011011 | 10101000 | 1100010 | 0 | 10111 | 1110 | 10100110 | 1100000 | 101100 |
Color Harmonies of #05DBA8
Complementary color
Monochromatic Colors of #05DBA8
Black with #05DBA8
Text Example
Text Example
White with #05DBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DBA8; }
p { color: rgb(5,219,168); }
H1.HeaderClassName
{
color: #05DBA8;
}
.AnyTagClassName
{
color: #05DBA8;
}
</style>
background-color css
<style>
a { background-color: #05DBA8; }
a { background-color: rgb(5,219,168); }
div.DivClassName
{
background-color: #05DBA8;
}
.BgClassName
{
background-color: #05DBA8;
}
</style>
border-color css
<style>
span { border-color: #05DBA8; }
span { border-color: rgb(5,219,168); }
td.TdClassName
{
border-color: #05DBA8;
}
.TagClassName
{
border-color: #05DBA8;
}
</style>