Shades of Aquamarine #8AF9E7
Tints of Aquamarine #8AF9E7
RGB
CMYK
RGB Variations
Color information
#8AF9E7 (or 0x8AF9E7) is known color: Aquamarine. HEX triplet: 8A, F9 and E7. RGB value is (138,249,231). Sum of RGB (Red+Green+Blue) = 138+249+231=618 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.33% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 231 (90.62% from 255 or 37.38% from 618); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF9E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF9E7 is #750618. Grayscale: #D5D5D5. Windows color (decimal): -7669273 or 15202698. OLE color: 15202698.
HSL color Cylindrical-coordinate representation of color #8AF9E7: hue angle of 170.27º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AF9E7 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 231 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.02 |
| HSL | 170.27º | 0.9% | 0.76% | - |
| HSV(B) | 170.27º | 0.45% | 0.98% | - |
| XYZ | 58.78 | 78.92 | 87.74 | - |
| YUV | 213.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 231 | 0.45 | 0 | 0.07 | 0.02 | 170.27 | 0.9 | 0.76 |
| Hex | 8A | F9 | E7 | 2D | 0 | 7 | 2 | AA | 5A | 4C |
| Octal | 212 | 371 | 347 | 55 | 0 | 7 | 2 | 252 | 132 | 114 |
| Binary | 10001010 | 11111001 | 11100111 | 101101 | 0 | 111 | 10 | 10101010 | 1011010 | 1001100 |
Color Harmonies of #8AF9E7
Complementary color
Monochromatic Colors of #8AF9E7
Black with #8AF9E7
Text Example
Text Example
White with #8AF9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF9E7; }
p { color: rgb(138,249,231); }
H1.HeaderClassName
{
color: #8AF9E7;
}
.AnyTagClassName
{
color: #8AF9E7;
}
</style>
background-color css
<style>
a { background-color: #8AF9E7; }
a { background-color: rgb(138,249,231); }
div.DivClassName
{
background-color: #8AF9E7;
}
.BgClassName
{
background-color: #8AF9E7;
}
</style>
border-color css
<style>
span { border-color: #8AF9E7; }
span { border-color: rgb(138,249,231); }
td.TdClassName
{
border-color: #8AF9E7;
}
.TagClassName
{
border-color: #8AF9E7;
}
</style>