Shades of Caribbean Green #05E2AD
Tints of Caribbean Green #05E2AD
RGB
CMYK
RGB Variations
Color information
#05E2AD (or 0x05E2AD) is known color: Caribbean Green. HEX triplet: 05, E2 and AD. RGB value is (5,226,173). Sum of RGB (Red+Green+Blue) = 5+226+173=404 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 404); Green value is 226 (88.67% from 255 or 55.94% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 226 - color contains mainly: green. Hex color #05E2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E2AD is #FA1D52. Grayscale: #999999. Windows color (decimal): -16391507 or 11395589. OLE color: 11395589.
HSL color Cylindrical-coordinate representation of color #05E2AD: hue angle of 165.61º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E2AD is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 226 | 173 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.11 |
| HSL | 165.61º | 0.96% | 0.45% | - |
| HSV(B) | 165.61º | 0.98% | 0.89% | - |
| XYZ | 34.8 | 57.44 | 48.79 | - |
| YUV | 153.88 | 138.78 | 21.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 226 | 173 | 0.98 | 0 | 0.23 | 0.11 | 165.61 | 0.96 | 0.45 |
| Hex | 5 | E2 | AD | 62 | 0 | 17 | B | A6 | 60 | 2D |
| Octal | 5 | 342 | 255 | 142 | 0 | 27 | 13 | 246 | 140 | 55 |
| Binary | 101 | 11100010 | 10101101 | 1100010 | 0 | 10111 | 1011 | 10100110 | 1100000 | 101101 |
Color Harmonies of #05E2AD
Complementary color
Monochromatic Colors of #05E2AD
Black with #05E2AD
Text Example
Text Example
White with #05E2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E2AD; }
p { color: rgb(5,226,173); }
H1.HeaderClassName
{
color: #05E2AD;
}
.AnyTagClassName
{
color: #05E2AD;
}
</style>
background-color css
<style>
a { background-color: #05E2AD; }
a { background-color: rgb(5,226,173); }
div.DivClassName
{
background-color: #05E2AD;
}
.BgClassName
{
background-color: #05E2AD;
}
</style>
border-color css
<style>
span { border-color: #05E2AD; }
span { border-color: rgb(5,226,173); }
td.TdClassName
{
border-color: #05E2AD;
}
.TagClassName
{
border-color: #05E2AD;
}
</style>