Shades of Aquamarine #8AECDF
Tints of Aquamarine #8AECDF
RGB
CMYK
RGB Variations
Color information
#8AECDF (or 0x8AECDF) is known color: Aquamarine. HEX triplet: 8A, EC and DF. RGB value is (138,236,223). Sum of RGB (Red+Green+Blue) = 138+236+223=597 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.12% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AECDF is #751320. Grayscale: #CDCDCD. Windows color (decimal): -7672609 or 14675082. OLE color: 14675082.
HSL color Cylindrical-coordinate representation of color #8AECDF: hue angle of 172.04º 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 #8AECDF is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 223 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.07 |
| HSL | 172.04º | 0.72% | 0.73% | - |
| HSV(B) | 172.04º | 0.42% | 0.93% | - |
| XYZ | 53.8 | 70.72 | 80.63 | - |
| YUV | 205.22 | 138.03 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 223 | 0.42 | 0 | 0.06 | 0.07 | 172.04 | 0.72 | 0.73 |
| Hex | 8A | EC | DF | 2A | 0 | 6 | 7 | AC | 48 | 49 |
| Octal | 212 | 354 | 337 | 52 | 0 | 6 | 7 | 254 | 110 | 111 |
| Binary | 10001010 | 11101100 | 11011111 | 101010 | 0 | 110 | 111 | 10101100 | 1001000 | 1001001 |
Color Harmonies of #8AECDF
Complementary color
Monochromatic Colors of #8AECDF
Black with #8AECDF
Text Example
Text Example
White with #8AECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECDF; }
p { color: rgb(138,236,223); }
H1.HeaderClassName
{
color: #8AECDF;
}
.AnyTagClassName
{
color: #8AECDF;
}
</style>
background-color css
<style>
a { background-color: #8AECDF; }
a { background-color: rgb(138,236,223); }
div.DivClassName
{
background-color: #8AECDF;
}
.BgClassName
{
background-color: #8AECDF;
}
</style>
border-color css
<style>
span { border-color: #8AECDF; }
span { border-color: rgb(138,236,223); }
td.TdClassName
{
border-color: #8AECDF;
}
.TagClassName
{
border-color: #8AECDF;
}
</style>