Shades of Aquamarine #8AEEDA
Tints of Aquamarine #8AEEDA
RGB
CMYK
RGB Variations
Color information
#8AEEDA (or 0x8AEEDA) is known color: Aquamarine. HEX triplet: 8A, EE and DA. RGB value is (138,238,218). Sum of RGB (Red+Green+Blue) = 138+238+218=594 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.23% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEEDA is #751125. Grayscale: #CDCDCD. Windows color (decimal): -7672102 or 14347914. OLE color: 14347914.
HSL color Cylindrical-coordinate representation of color #8AEEDA: hue angle of 168º 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 #8AEEDA is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 238 | 218 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.07 |
| HSL | 168º | 0.75% | 0.74% | - |
| HSV(B) | 168º | 0.42% | 0.93% | - |
| XYZ | 53.71 | 71.61 | 77.32 | - |
| YUV | 205.82 | 134.87 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 238 | 218 | 0.42 | 0 | 0.08 | 0.07 | 168 | 0.75 | 0.74 |
| Hex | 8A | EE | DA | 2A | 0 | 8 | 7 | A8 | 4B | 4A |
| Octal | 212 | 356 | 332 | 52 | 0 | 10 | 7 | 250 | 113 | 112 |
| Binary | 10001010 | 11101110 | 11011010 | 101010 | 0 | 1000 | 111 | 10101000 | 1001011 | 1001010 |
Color Harmonies of #8AEEDA
Complementary color
Monochromatic Colors of #8AEEDA
Black with #8AEEDA
Text Example
Text Example
White with #8AEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEEDA; }
p { color: rgb(138,238,218); }
H1.HeaderClassName
{
color: #8AEEDA;
}
.AnyTagClassName
{
color: #8AEEDA;
}
</style>
background-color css
<style>
a { background-color: #8AEEDA; }
a { background-color: rgb(138,238,218); }
div.DivClassName
{
background-color: #8AEEDA;
}
.BgClassName
{
background-color: #8AEEDA;
}
</style>
border-color css
<style>
span { border-color: #8AEEDA; }
span { border-color: rgb(138,238,218); }
td.TdClassName
{
border-color: #8AEEDA;
}
.TagClassName
{
border-color: #8AEEDA;
}
</style>