Shades of Caribbean Green #05D7A0
Tints of Caribbean Green #05D7A0
RGB
CMYK
RGB Variations
Color information
#05D7A0 (or 0x05D7A0) is known color: Caribbean Green. HEX triplet: 05, D7 and A0. RGB value is (5,215,160). Sum of RGB (Red+Green+Blue) = 5+215+160=380 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 380); Green value is 215 (84.38% from 255 or 56.58% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 215 - color contains mainly: green. Hex color #05D7A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D7A0 is #FA285F. Grayscale: #919191. Windows color (decimal): -16394336 or 10540805. OLE color: 10540805.
HSL color Cylindrical-coordinate representation of color #05D7A0: hue angle of 164.29º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D7A0 is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 215 | 160 | - |
| CMYK | 0.98 | 0 | 0.26 | 0.16 |
| HSL | 164.29º | 0.95% | 0.43% | - |
| HSV(B) | 164.29º | 0.98% | 0.84% | - |
| XYZ | 30.71 | 51.17 | 41.52 | - |
| YUV | 145.94 | 135.93 | 27.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 215 | 160 | 0.98 | 0 | 0.26 | 0.16 | 164.29 | 0.95 | 0.43 |
| Hex | 5 | D7 | A0 | 62 | 0 | 1A | 10 | A4 | 5F | 2B |
| Octal | 5 | 327 | 240 | 142 | 0 | 32 | 20 | 244 | 137 | 53 |
| Binary | 101 | 11010111 | 10100000 | 1100010 | 0 | 11010 | 10000 | 10100100 | 1011111 | 101011 |
Color Harmonies of #05D7A0
Complementary color
Monochromatic Colors of #05D7A0
Black with #05D7A0
Text Example
Text Example
White with #05D7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D7A0; }
p { color: rgb(5,215,160); }
H1.HeaderClassName
{
color: #05D7A0;
}
.AnyTagClassName
{
color: #05D7A0;
}
</style>
background-color css
<style>
a { background-color: #05D7A0; }
a { background-color: rgb(5,215,160); }
div.DivClassName
{
background-color: #05D7A0;
}
.BgClassName
{
background-color: #05D7A0;
}
</style>
border-color css
<style>
span { border-color: #05D7A0; }
span { border-color: rgb(5,215,160); }
td.TdClassName
{
border-color: #05D7A0;
}
.TagClassName
{
border-color: #05D7A0;
}
</style>