Shades of Aquamarine #8AECDC
Tints of Aquamarine #8AECDC
RGB
CMYK
RGB Variations
Color information
#8AECDC (or 0x8AECDC) is known color: Aquamarine. HEX triplet: 8A, EC and DC. RGB value is (138,236,220). Sum of RGB (Red+Green+Blue) = 138+236+220=594 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.23% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AECDC is #751323. Grayscale: #CCCCCC. Windows color (decimal): -7672612 or 14478474. OLE color: 14478474.
HSL color Cylindrical-coordinate representation of color #8AECDC: hue angle of 170.2º 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 #8AECDC is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 220 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.07 |
| HSL | 170.2º | 0.72% | 0.73% | - |
| HSV(B) | 170.2º | 0.42% | 0.93% | - |
| XYZ | 53.39 | 70.56 | 78.52 | - |
| YUV | 204.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 220 | 0.42 | 0 | 0.07 | 0.07 | 170.2 | 0.72 | 0.73 |
| Hex | 8A | EC | DC | 2A | 0 | 7 | 7 | AA | 48 | 49 |
| Octal | 212 | 354 | 334 | 52 | 0 | 7 | 7 | 252 | 110 | 111 |
| Binary | 10001010 | 11101100 | 11011100 | 101010 | 0 | 111 | 111 | 10101010 | 1001000 | 1001001 |
Color Harmonies of #8AECDC
Complementary color
Monochromatic Colors of #8AECDC
Black with #8AECDC
Text Example
Text Example
White with #8AECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECDC; }
p { color: rgb(138,236,220); }
H1.HeaderClassName
{
color: #8AECDC;
}
.AnyTagClassName
{
color: #8AECDC;
}
</style>
background-color css
<style>
a { background-color: #8AECDC; }
a { background-color: rgb(138,236,220); }
div.DivClassName
{
background-color: #8AECDC;
}
.BgClassName
{
background-color: #8AECDC;
}
</style>
border-color css
<style>
span { border-color: #8AECDC; }
span { border-color: rgb(138,236,220); }
td.TdClassName
{
border-color: #8AECDC;
}
.TagClassName
{
border-color: #8AECDC;
}
</style>