Shades of Caribbean Green #05DFAB
Tints of Caribbean Green #05DFAB
RGB
CMYK
RGB Variations
Color information
#05DFAB (or 0x05DFAB) is known color: Caribbean Green. HEX triplet: 05, DF and AB. RGB value is (5,223,171). Sum of RGB (Red+Green+Blue) = 5+223+171=399 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 399); Green value is 223 (87.5% from 255 or 55.89% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 223 - color contains mainly: green. Hex color #05DFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DFAB is #FA2054. Grayscale: #979797. Windows color (decimal): -16392277 or 11263749. OLE color: 11263749.
HSL color Cylindrical-coordinate representation of color #05DFAB: hue angle of 165.69º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DFAB is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 171 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.13 |
| HSL | 165.69º | 0.96% | 0.45% | - |
| HSV(B) | 165.69º | 0.98% | 0.87% | - |
| XYZ | 33.8 | 55.75 | 47.51 | - |
| YUV | 151.89 | 138.78 | 23.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 171 | 0.98 | 0 | 0.23 | 0.13 | 165.69 | 0.96 | 0.45 |
| Hex | 5 | DF | AB | 62 | 0 | 17 | D | A6 | 60 | 2D |
| Octal | 5 | 337 | 253 | 142 | 0 | 27 | 15 | 246 | 140 | 55 |
| Binary | 101 | 11011111 | 10101011 | 1100010 | 0 | 10111 | 1101 | 10100110 | 1100000 | 101101 |
Color Harmonies of #05DFAB
Complementary color
Monochromatic Colors of #05DFAB
Black with #05DFAB
Text Example
Text Example
White with #05DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DFAB; }
p { color: rgb(5,223,171); }
H1.HeaderClassName
{
color: #05DFAB;
}
.AnyTagClassName
{
color: #05DFAB;
}
</style>
background-color css
<style>
a { background-color: #05DFAB; }
a { background-color: rgb(5,223,171); }
div.DivClassName
{
background-color: #05DFAB;
}
.BgClassName
{
background-color: #05DFAB;
}
</style>
border-color css
<style>
span { border-color: #05DFAB; }
span { border-color: rgb(5,223,171); }
td.TdClassName
{
border-color: #05DFAB;
}
.TagClassName
{
border-color: #05DFAB;
}
</style>