Shades of Aquamarine #8AFAE2
Tints of Aquamarine #8AFAE2
RGB
CMYK
RGB Variations
Color information
#8AFAE2 (or 0x8AFAE2) is known color: Aquamarine. HEX triplet: 8A, FA and E2. RGB value is (138,250,226). Sum of RGB (Red+Green+Blue) = 138+250+226=614 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.48% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFAE2 is #75051D. Grayscale: #D5D5D5. Windows color (decimal): -7669022 or 14875274. OLE color: 14875274.
HSL color Cylindrical-coordinate representation of color #8AFAE2: hue angle of 167.14º degrees, saturation: 0.92, 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 #8AFAE2 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 250 | 226 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.02 |
| HSL | 167.14º | 0.92% | 0.76% | - |
| HSV(B) | 167.14º | 0.45% | 0.98% | - |
| XYZ | 58.39 | 79.27 | 84.17 | - |
| YUV | 213.78 | 134.89 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 250 | 226 | 0.45 | 0 | 0.10 | 0.02 | 167.14 | 0.92 | 0.76 |
| Hex | 8A | FA | E2 | 2D | 0 | A | 2 | A7 | 5C | 4C |
| Octal | 212 | 372 | 342 | 55 | 0 | 12 | 2 | 247 | 134 | 114 |
| Binary | 10001010 | 11111010 | 11100010 | 101101 | 0 | 1010 | 10 | 10100111 | 1011100 | 1001100 |
Color Harmonies of #8AFAE2
Complementary color
Monochromatic Colors of #8AFAE2
Black with #8AFAE2
Text Example
Text Example
White with #8AFAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFAE2; }
p { color: rgb(138,250,226); }
H1.HeaderClassName
{
color: #8AFAE2;
}
.AnyTagClassName
{
color: #8AFAE2;
}
</style>
background-color css
<style>
a { background-color: #8AFAE2; }
a { background-color: rgb(138,250,226); }
div.DivClassName
{
background-color: #8AFAE2;
}
.BgClassName
{
background-color: #8AFAE2;
}
</style>
border-color css
<style>
span { border-color: #8AFAE2; }
span { border-color: rgb(138,250,226); }
td.TdClassName
{
border-color: #8AFAE2;
}
.TagClassName
{
border-color: #8AFAE2;
}
</style>