Shades of Caribbean Green #05DBAB
Tints of Caribbean Green #05DBAB
RGB
CMYK
RGB Variations
Color information
#05DBAB (or 0x05DBAB) is known color: Caribbean Green. HEX triplet: 05, DB and AB. RGB value is (5,219,171). Sum of RGB (Red+Green+Blue) = 5+219+171=395 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #05DBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DBAB is #FA2454. Grayscale: #959595. Windows color (decimal): -16393301 or 11262725. OLE color: 11262725.
HSL color Cylindrical-coordinate representation of color #05DBAB: hue angle of 166.54º 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 #05DBAB is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 171 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.14 |
| HSL | 166.54º | 0.96% | 0.44% | - |
| HSV(B) | 166.54º | 0.98% | 0.86% | - |
| XYZ | 32.74 | 53.64 | 47.15 | - |
| YUV | 149.54 | 140.1 | 24.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 171 | 0.98 | 0 | 0.22 | 0.14 | 166.54 | 0.96 | 0.44 |
| Hex | 5 | DB | AB | 62 | 0 | 16 | E | A7 | 60 | 2C |
| Octal | 5 | 333 | 253 | 142 | 0 | 26 | 16 | 247 | 140 | 54 |
| Binary | 101 | 11011011 | 10101011 | 1100010 | 0 | 10110 | 1110 | 10100111 | 1100000 | 101100 |
Color Harmonies of #05DBAB
Complementary color
Monochromatic Colors of #05DBAB
Black with #05DBAB
Text Example
Text Example
White with #05DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DBAB; }
p { color: rgb(5,219,171); }
H1.HeaderClassName
{
color: #05DBAB;
}
.AnyTagClassName
{
color: #05DBAB;
}
</style>
background-color css
<style>
a { background-color: #05DBAB; }
a { background-color: rgb(5,219,171); }
div.DivClassName
{
background-color: #05DBAB;
}
.BgClassName
{
background-color: #05DBAB;
}
</style>
border-color css
<style>
span { border-color: #05DBAB; }
span { border-color: rgb(5,219,171); }
td.TdClassName
{
border-color: #05DBAB;
}
.TagClassName
{
border-color: #05DBAB;
}
</style>