Shades of Caribbean Green #05DB9E
Tints of Caribbean Green #05DB9E
RGB
CMYK
RGB Variations
Color information
#05DB9E (or 0x05DB9E) is known color: Caribbean Green. HEX triplet: 05, DB and 9E. RGB value is (5,219,158). Sum of RGB (Red+Green+Blue) = 5+219+158=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DB9E is #FA2461. Grayscale: #949494. Windows color (decimal): -16393314 or 10410757. OLE color: 10410757.
HSL color Cylindrical-coordinate representation of color #05DB9E: hue angle of 162.9º 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 #05DB9E is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 158 | - |
| CMYK | 0.98 | 0 | 0.28 | 0.14 |
| HSL | 162.9º | 0.96% | 0.44% | - |
| HSV(B) | 162.9º | 0.98% | 0.86% | - |
| XYZ | 31.57 | 53.16 | 40.95 | - |
| YUV | 148.06 | 133.6 | 25.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 158 | 0.98 | 0 | 0.28 | 0.14 | 162.9 | 0.96 | 0.44 |
| Hex | 5 | DB | 9E | 62 | 0 | 1C | E | A3 | 60 | 2C |
| Octal | 5 | 333 | 236 | 142 | 0 | 34 | 16 | 243 | 140 | 54 |
| Binary | 101 | 11011011 | 10011110 | 1100010 | 0 | 11100 | 1110 | 10100011 | 1100000 | 101100 |
Color Harmonies of #05DB9E
Complementary color
Monochromatic Colors of #05DB9E
Black with #05DB9E
Text Example
Text Example
White with #05DB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DB9E; }
p { color: rgb(5,219,158); }
H1.HeaderClassName
{
color: #05DB9E;
}
.AnyTagClassName
{
color: #05DB9E;
}
</style>
background-color css
<style>
a { background-color: #05DB9E; }
a { background-color: rgb(5,219,158); }
div.DivClassName
{
background-color: #05DB9E;
}
.BgClassName
{
background-color: #05DB9E;
}
</style>
border-color css
<style>
span { border-color: #05DB9E; }
span { border-color: rgb(5,219,158); }
td.TdClassName
{
border-color: #05DB9E;
}
.TagClassName
{
border-color: #05DB9E;
}
</style>