Shades of Caribbean Green #05DBAC
Tints of Caribbean Green #05DBAC
RGB
CMYK
RGB Variations
Color information
#05DBAC (or 0x05DBAC) is known color: Caribbean Green. HEX triplet: 05, DB and AC. RGB value is (5,219,172). Sum of RGB (Red+Green+Blue) = 5+219+172=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 219 (85.94% from 255 or 55.30% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 219 - color contains mainly: green. Hex color #05DBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DBAC is #FA2453. Grayscale: #959595. Windows color (decimal): -16393300 or 11328261. OLE color: 11328261.
HSL color Cylindrical-coordinate representation of color #05DBAC: hue angle of 166.82º 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 #05DBAC is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 172 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.14 |
| HSL | 166.82º | 0.96% | 0.44% | - |
| HSV(B) | 166.82º | 0.98% | 0.86% | - |
| XYZ | 32.84 | 53.67 | 47.66 | - |
| YUV | 149.66 | 140.6 | 24.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 172 | 0.98 | 0 | 0.21 | 0.14 | 166.82 | 0.96 | 0.44 |
| Hex | 5 | DB | AC | 62 | 0 | 15 | E | A7 | 60 | 2C |
| Octal | 5 | 333 | 254 | 142 | 0 | 25 | 16 | 247 | 140 | 54 |
| Binary | 101 | 11011011 | 10101100 | 1100010 | 0 | 10101 | 1110 | 10100111 | 1100000 | 101100 |
Color Harmonies of #05DBAC
Complementary color
Monochromatic Colors of #05DBAC
Black with #05DBAC
Text Example
Text Example
White with #05DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DBAC; }
p { color: rgb(5,219,172); }
H1.HeaderClassName
{
color: #05DBAC;
}
.AnyTagClassName
{
color: #05DBAC;
}
</style>
background-color css
<style>
a { background-color: #05DBAC; }
a { background-color: rgb(5,219,172); }
div.DivClassName
{
background-color: #05DBAC;
}
.BgClassName
{
background-color: #05DBAC;
}
</style>
border-color css
<style>
span { border-color: #05DBAC; }
span { border-color: rgb(5,219,172); }
td.TdClassName
{
border-color: #05DBAC;
}
.TagClassName
{
border-color: #05DBAC;
}
</style>