Shades of Aquamarine #8AEDCE
Tints of Aquamarine #8AEDCE
RGB
CMYK
RGB Variations
Color information
#8AEDCE (or 0x8AEDCE) is known color: Aquamarine. HEX triplet: 8A, ED and CE. RGB value is (138,237,206). Sum of RGB (Red+Green+Blue) = 138+237+206=581 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.75% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEDCE is #751231. Grayscale: #CBCBCB. Windows color (decimal): -7672370 or 13561226. OLE color: 13561226.
HSL color Cylindrical-coordinate representation of color #8AEDCE: hue angle of 161.21º degrees, saturation: 0.73, 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 #8AEDCE is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 237 | 206 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.07 |
| HSL | 161.21º | 0.73% | 0.74% | - |
| HSV(B) | 161.21º | 0.42% | 0.93% | - |
| XYZ | 51.91 | 70.43 | 69.25 | - |
| YUV | 203.87 | 129.2 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 237 | 206 | 0.42 | 0 | 0.13 | 0.07 | 161.21 | 0.73 | 0.74 |
| Hex | 8A | ED | CE | 2A | 0 | D | 7 | A1 | 49 | 4A |
| Octal | 212 | 355 | 316 | 52 | 0 | 15 | 7 | 241 | 111 | 112 |
| Binary | 10001010 | 11101101 | 11001110 | 101010 | 0 | 1101 | 111 | 10100001 | 1001001 | 1001010 |
Color Harmonies of #8AEDCE
Complementary color
Monochromatic Colors of #8AEDCE
Black with #8AEDCE
Text Example
Text Example
White with #8AEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEDCE; }
p { color: rgb(138,237,206); }
H1.HeaderClassName
{
color: #8AEDCE;
}
.AnyTagClassName
{
color: #8AEDCE;
}
</style>
background-color css
<style>
a { background-color: #8AEDCE; }
a { background-color: rgb(138,237,206); }
div.DivClassName
{
background-color: #8AEDCE;
}
.BgClassName
{
background-color: #8AEDCE;
}
</style>
border-color css
<style>
span { border-color: #8AEDCE; }
span { border-color: rgb(138,237,206); }
td.TdClassName
{
border-color: #8AEDCE;
}
.TagClassName
{
border-color: #8AEDCE;
}
</style>