Shades of Aquamarine #8AECE1
Tints of Aquamarine #8AECE1
RGB
CMYK
RGB Variations
Color information
#8AECE1 (or 0x8AECE1) is known color: Aquamarine. HEX triplet: 8A, EC and E1. RGB value is (138,236,225). Sum of RGB (Red+Green+Blue) = 138+236+225=599 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.04% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AECE1 is #75131E. Grayscale: #CDCDCD. Windows color (decimal): -7672607 or 14806154. OLE color: 14806154.
HSL color Cylindrical-coordinate representation of color #8AECE1: hue angle of 173.27º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AECE1 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 225 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.07 |
| HSL | 173.27º | 0.72% | 0.73% | - |
| HSV(B) | 173.27º | 0.42% | 0.93% | - |
| XYZ | 54.07 | 70.83 | 82.06 | - |
| YUV | 205.44 | 139.03 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 225 | 0.42 | 0 | 0.05 | 0.07 | 173.27 | 0.72 | 0.73 |
| Hex | 8A | EC | E1 | 2A | 0 | 5 | 7 | AD | 48 | 49 |
| Octal | 212 | 354 | 341 | 52 | 0 | 5 | 7 | 255 | 110 | 111 |
| Binary | 10001010 | 11101100 | 11100001 | 101010 | 0 | 101 | 111 | 10101101 | 1001000 | 1001001 |
Color Harmonies of #8AECE1
Complementary color
Monochromatic Colors of #8AECE1
Black with #8AECE1
Text Example
Text Example
White with #8AECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECE1; }
p { color: rgb(138,236,225); }
H1.HeaderClassName
{
color: #8AECE1;
}
.AnyTagClassName
{
color: #8AECE1;
}
</style>
background-color css
<style>
a { background-color: #8AECE1; }
a { background-color: rgb(138,236,225); }
div.DivClassName
{
background-color: #8AECE1;
}
.BgClassName
{
background-color: #8AECE1;
}
</style>
border-color css
<style>
span { border-color: #8AECE1; }
span { border-color: rgb(138,236,225); }
td.TdClassName
{
border-color: #8AECE1;
}
.TagClassName
{
border-color: #8AECE1;
}
</style>