Shades of Aquamarine #8AEEDF
Tints of Aquamarine #8AEEDF
RGB
CMYK
RGB Variations
Color information
#8AEEDF (or 0x8AEEDF) is known color: Aquamarine. HEX triplet: 8A, EE and DF. RGB value is (138,238,223). Sum of RGB (Red+Green+Blue) = 138+238+223=599 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.04% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEEDF is #751120. Grayscale: #CECECE. Windows color (decimal): -7672097 or 14675594. OLE color: 14675594.
HSL color Cylindrical-coordinate representation of color #8AEEDF: hue angle of 171º 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 #8AEEDF is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 238 | 223 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.07 |
| HSL | 171º | 0.75% | 0.74% | - |
| HSV(B) | 171º | 0.42% | 0.93% | - |
| XYZ | 54.38 | 71.88 | 80.82 | - |
| YUV | 206.39 | 137.37 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 238 | 223 | 0.42 | 0 | 0.06 | 0.07 | 171 | 0.75 | 0.74 |
| Hex | 8A | EE | DF | 2A | 0 | 6 | 7 | AB | 4B | 4A |
| Octal | 212 | 356 | 337 | 52 | 0 | 6 | 7 | 253 | 113 | 112 |
| Binary | 10001010 | 11101110 | 11011111 | 101010 | 0 | 110 | 111 | 10101011 | 1001011 | 1001010 |
Color Harmonies of #8AEEDF
Complementary color
Monochromatic Colors of #8AEEDF
Black with #8AEEDF
Text Example
Text Example
White with #8AEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEEDF; }
p { color: rgb(138,238,223); }
H1.HeaderClassName
{
color: #8AEEDF;
}
.AnyTagClassName
{
color: #8AEEDF;
}
</style>
background-color css
<style>
a { background-color: #8AEEDF; }
a { background-color: rgb(138,238,223); }
div.DivClassName
{
background-color: #8AEEDF;
}
.BgClassName
{
background-color: #8AEEDF;
}
</style>
border-color css
<style>
span { border-color: #8AEEDF; }
span { border-color: rgb(138,238,223); }
td.TdClassName
{
border-color: #8AEEDF;
}
.TagClassName
{
border-color: #8AEEDF;
}
</style>