Shades of Aquamarine #8AECDB
Tints of Aquamarine #8AECDB
RGB
CMYK
RGB Variations
Color information
#8AECDB (or 0x8AECDB) is known color: Aquamarine. HEX triplet: 8A, EC and DB. RGB value is (138,236,219). Sum of RGB (Red+Green+Blue) = 138+236+219=593 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.27% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AECDB is #751324. Grayscale: #CCCCCC. Windows color (decimal): -7672613 or 14412938. OLE color: 14412938.
HSL color Cylindrical-coordinate representation of color #8AECDB: hue angle of 169.59º 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 #8AECDB is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 219 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.07 |
| HSL | 169.59º | 0.72% | 0.73% | - |
| HSV(B) | 169.59º | 0.42% | 0.93% | - |
| XYZ | 53.26 | 70.51 | 77.82 | - |
| YUV | 204.76 | 136.03 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 219 | 0.42 | 0 | 0.07 | 0.07 | 169.59 | 0.72 | 0.73 |
| Hex | 8A | EC | DB | 2A | 0 | 7 | 7 | AA | 48 | 49 |
| Octal | 212 | 354 | 333 | 52 | 0 | 7 | 7 | 252 | 110 | 111 |
| Binary | 10001010 | 11101100 | 11011011 | 101010 | 0 | 111 | 111 | 10101010 | 1001000 | 1001001 |
Color Harmonies of #8AECDB
Complementary color
Monochromatic Colors of #8AECDB
Black with #8AECDB
Text Example
Text Example
White with #8AECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECDB; }
p { color: rgb(138,236,219); }
H1.HeaderClassName
{
color: #8AECDB;
}
.AnyTagClassName
{
color: #8AECDB;
}
</style>
background-color css
<style>
a { background-color: #8AECDB; }
a { background-color: rgb(138,236,219); }
div.DivClassName
{
background-color: #8AECDB;
}
.BgClassName
{
background-color: #8AECDB;
}
</style>
border-color css
<style>
span { border-color: #8AECDB; }
span { border-color: rgb(138,236,219); }
td.TdClassName
{
border-color: #8AECDB;
}
.TagClassName
{
border-color: #8AECDB;
}
</style>