Shades of Aquamarine #8AEED1
Tints of Aquamarine #8AEED1
RGB
CMYK
RGB Variations
Color information
#8AEED1 (or 0x8AEED1) is known color: Aquamarine. HEX triplet: 8A, EE and D1. RGB value is (138,238,209). Sum of RGB (Red+Green+Blue) = 138+238+209=585 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.59% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEED1 is #75112E. Grayscale: #CCCCCC. Windows color (decimal): -7672111 or 13758090. OLE color: 13758090.
HSL color Cylindrical-coordinate representation of color #8AEED1: hue angle of 162.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEED1 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 238 | 209 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.07 |
| HSL | 162.6º | 0.75% | 0.74% | - |
| HSV(B) | 162.6º | 0.42% | 0.93% | - |
| XYZ | 52.56 | 71.16 | 71.29 | - |
| YUV | 204.79 | 130.37 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 238 | 209 | 0.42 | 0 | 0.12 | 0.07 | 162.6 | 0.75 | 0.74 |
| Hex | 8A | EE | D1 | 2A | 0 | C | 7 | A3 | 4B | 4A |
| Octal | 212 | 356 | 321 | 52 | 0 | 14 | 7 | 243 | 113 | 112 |
| Binary | 10001010 | 11101110 | 11010001 | 101010 | 0 | 1100 | 111 | 10100011 | 1001011 | 1001010 |
Color Harmonies of #8AEED1
Complementary color
Monochromatic Colors of #8AEED1
Black with #8AEED1
Text Example
Text Example
White with #8AEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEED1; }
p { color: rgb(138,238,209); }
H1.HeaderClassName
{
color: #8AEED1;
}
.AnyTagClassName
{
color: #8AEED1;
}
</style>
background-color css
<style>
a { background-color: #8AEED1; }
a { background-color: rgb(138,238,209); }
div.DivClassName
{
background-color: #8AEED1;
}
.BgClassName
{
background-color: #8AEED1;
}
</style>
border-color css
<style>
span { border-color: #8AEED1; }
span { border-color: rgb(138,238,209); }
td.TdClassName
{
border-color: #8AEED1;
}
.TagClassName
{
border-color: #8AEED1;
}
</style>