Shades of Caribbean Green #05E1AA
Tints of Caribbean Green #05E1AA
RGB
CMYK
RGB Variations
Color information
#05E1AA (or 0x05E1AA) is known color: Caribbean Green. HEX triplet: 05, E1 and AA. RGB value is (5,225,170). Sum of RGB (Red+Green+Blue) = 5+225+170=400 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 400); Green value is 225 (88.28% from 255 or 56.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 225 - color contains mainly: green. Hex color #05E1AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E1AA is #FA1E55. Grayscale: #989898. Windows color (decimal): -16391766 or 11198725. OLE color: 11198725.
HSL color Cylindrical-coordinate representation of color #05E1AA: hue angle of 165º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E1AA is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 225 | 170 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.12 |
| HSL | 165º | 0.96% | 0.45% | - |
| HSV(B) | 165º | 0.98% | 0.88% | - |
| XYZ | 34.24 | 56.78 | 47.19 | - |
| YUV | 152.95 | 137.61 | 22.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 225 | 170 | 0.98 | 0 | 0.24 | 0.12 | 165 | 0.96 | 0.45 |
| Hex | 5 | E1 | AA | 62 | 0 | 18 | C | A5 | 60 | 2D |
| Octal | 5 | 341 | 252 | 142 | 0 | 30 | 14 | 245 | 140 | 55 |
| Binary | 101 | 11100001 | 10101010 | 1100010 | 0 | 11000 | 1100 | 10100101 | 1100000 | 101101 |
Color Harmonies of #05E1AA
Complementary color
Monochromatic Colors of #05E1AA
Black with #05E1AA
Text Example
Text Example
White with #05E1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E1AA; }
p { color: rgb(5,225,170); }
H1.HeaderClassName
{
color: #05E1AA;
}
.AnyTagClassName
{
color: #05E1AA;
}
</style>
background-color css
<style>
a { background-color: #05E1AA; }
a { background-color: rgb(5,225,170); }
div.DivClassName
{
background-color: #05E1AA;
}
.BgClassName
{
background-color: #05E1AA;
}
</style>
border-color css
<style>
span { border-color: #05E1AA; }
span { border-color: rgb(5,225,170); }
td.TdClassName
{
border-color: #05E1AA;
}
.TagClassName
{
border-color: #05E1AA;
}
</style>