Shades of Aquamarine #8AF0DE
Tints of Aquamarine #8AF0DE
RGB
CMYK
RGB Variations
Color information
#8AF0DE (or 0x8AF0DE) is known color: Aquamarine. HEX triplet: 8A, F0 and DE. RGB value is (138,240,222). Sum of RGB (Red+Green+Blue) = 138+240+222=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF0DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF0DE is #750F21. Grayscale: #CFCFCF. Windows color (decimal): -7671586 or 14610570. OLE color: 14610570.
HSL color Cylindrical-coordinate representation of color #8AF0DE: hue angle of 169.41º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF0DE is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 222 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.06 |
| HSL | 169.41º | 0.77% | 0.74% | - |
| HSV(B) | 169.41º | 0.43% | 0.94% | - |
| XYZ | 54.83 | 73 | 80.31 | - |
| YUV | 207.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 222 | 0.42 | 0 | 0.08 | 0.06 | 169.41 | 0.77 | 0.74 |
| Hex | 8A | F0 | DE | 2A | 0 | 8 | 6 | A9 | 4D | 4A |
| Octal | 212 | 360 | 336 | 52 | 0 | 10 | 6 | 251 | 115 | 112 |
| Binary | 10001010 | 11110000 | 11011110 | 101010 | 0 | 1000 | 110 | 10101001 | 1001101 | 1001010 |
Color Harmonies of #8AF0DE
Complementary color
Monochromatic Colors of #8AF0DE
Black with #8AF0DE
Text Example
Text Example
White with #8AF0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF0DE; }
p { color: rgb(138,240,222); }
H1.HeaderClassName
{
color: #8AF0DE;
}
.AnyTagClassName
{
color: #8AF0DE;
}
</style>
background-color css
<style>
a { background-color: #8AF0DE; }
a { background-color: rgb(138,240,222); }
div.DivClassName
{
background-color: #8AF0DE;
}
.BgClassName
{
background-color: #8AF0DE;
}
</style>
border-color css
<style>
span { border-color: #8AF0DE; }
span { border-color: rgb(138,240,222); }
td.TdClassName
{
border-color: #8AF0DE;
}
.TagClassName
{
border-color: #8AF0DE;
}
</style>