Shades of Caribbean Green #05DBAA
Tints of Caribbean Green #05DBAA
RGB
CMYK
RGB Variations
Color information
#05DBAA (or 0x05DBAA) is known color: Caribbean Green. HEX triplet: 05, DB and AA. RGB value is (5,219,170). Sum of RGB (Red+Green+Blue) = 5+219+170=394 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 394); Green value is 219 (85.94% from 255 or 55.58% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 219 - color contains mainly: green. Hex color #05DBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DBAA is #FA2455. Grayscale: #959595. Windows color (decimal): -16393302 or 11197189. OLE color: 11197189.
HSL color Cylindrical-coordinate representation of color #05DBAA: hue angle of 166.26º 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 #05DBAA is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 170 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.14 |
| HSL | 166.26º | 0.96% | 0.44% | - |
| HSV(B) | 166.26º | 0.98% | 0.86% | - |
| XYZ | 32.65 | 53.6 | 46.65 | - |
| YUV | 149.43 | 139.6 | 24.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 170 | 0.98 | 0 | 0.22 | 0.14 | 166.26 | 0.96 | 0.44 |
| Hex | 5 | DB | AA | 62 | 0 | 16 | E | A6 | 60 | 2C |
| Octal | 5 | 333 | 252 | 142 | 0 | 26 | 16 | 246 | 140 | 54 |
| Binary | 101 | 11011011 | 10101010 | 1100010 | 0 | 10110 | 1110 | 10100110 | 1100000 | 101100 |
Color Harmonies of #05DBAA
Complementary color
Monochromatic Colors of #05DBAA
Black with #05DBAA
Text Example
Text Example
White with #05DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DBAA; }
p { color: rgb(5,219,170); }
H1.HeaderClassName
{
color: #05DBAA;
}
.AnyTagClassName
{
color: #05DBAA;
}
</style>
background-color css
<style>
a { background-color: #05DBAA; }
a { background-color: rgb(5,219,170); }
div.DivClassName
{
background-color: #05DBAA;
}
.BgClassName
{
background-color: #05DBAA;
}
</style>
border-color css
<style>
span { border-color: #05DBAA; }
span { border-color: rgb(5,219,170); }
td.TdClassName
{
border-color: #05DBAA;
}
.TagClassName
{
border-color: #05DBAA;
}
</style>