Shades of Caribbean Green #05D9A3
Tints of Caribbean Green #05D9A3
RGB
CMYK
RGB Variations
Color information
#05D9A3 (or 0x05D9A3) is known color: Caribbean Green. HEX triplet: 05, D9 and A3. RGB value is (5,217,163). Sum of RGB (Red+Green+Blue) = 5+217+163=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #05D9A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D9A3 is #FA265C. Grayscale: #939393. Windows color (decimal): -16393821 or 10737925. OLE color: 10737925.
HSL color Cylindrical-coordinate representation of color #05D9A3: hue angle of 164.72º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D9A3 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 163 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.15 |
| HSL | 164.72º | 0.95% | 0.44% | - |
| HSV(B) | 164.72º | 0.98% | 0.85% | - |
| XYZ | 31.49 | 52.3 | 43.09 | - |
| YUV | 147.46 | 136.76 | 26.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 163 | 0.98 | 0 | 0.25 | 0.15 | 164.72 | 0.95 | 0.44 |
| Hex | 5 | D9 | A3 | 62 | 0 | 19 | F | A5 | 5F | 2C |
| Octal | 5 | 331 | 243 | 142 | 0 | 31 | 17 | 245 | 137 | 54 |
| Binary | 101 | 11011001 | 10100011 | 1100010 | 0 | 11001 | 1111 | 10100101 | 1011111 | 101100 |
Color Harmonies of #05D9A3
Complementary color
Monochromatic Colors of #05D9A3
Black with #05D9A3
Text Example
Text Example
White with #05D9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D9A3; }
p { color: rgb(5,217,163); }
H1.HeaderClassName
{
color: #05D9A3;
}
.AnyTagClassName
{
color: #05D9A3;
}
</style>
background-color css
<style>
a { background-color: #05D9A3; }
a { background-color: rgb(5,217,163); }
div.DivClassName
{
background-color: #05D9A3;
}
.BgClassName
{
background-color: #05D9A3;
}
</style>
border-color css
<style>
span { border-color: #05D9A3; }
span { border-color: rgb(5,217,163); }
td.TdClassName
{
border-color: #05D9A3;
}
.TagClassName
{
border-color: #05D9A3;
}
</style>