Shades of Aquamarine #8AF6DF
Tints of Aquamarine #8AF6DF
RGB
CMYK
RGB Variations
Color information
#8AF6DF (or 0x8AF6DF) is known color: Aquamarine. HEX triplet: 8A, F6 and DF. RGB value is (138,246,223). Sum of RGB (Red+Green+Blue) = 138+246+223=607 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.73% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF6DF is #750920. Grayscale: #D3D3D3. Windows color (decimal): -7670049 or 14677642. OLE color: 14677642.
HSL color Cylindrical-coordinate representation of color #8AF6DF: hue angle of 167.22º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF6DF is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 246 | 223 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.04 |
| HSL | 167.22º | 0.86% | 0.75% | - |
| HSV(B) | 167.22º | 0.44% | 0.96% | - |
| XYZ | 56.76 | 76.64 | 81.61 | - |
| YUV | 211.09 | 134.72 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 246 | 223 | 0.44 | 0 | 0.09 | 0.04 | 167.22 | 0.86 | 0.75 |
| Hex | 8A | F6 | DF | 2C | 0 | 9 | 4 | A7 | 56 | 4B |
| Octal | 212 | 366 | 337 | 54 | 0 | 11 | 4 | 247 | 126 | 113 |
| Binary | 10001010 | 11110110 | 11011111 | 101100 | 0 | 1001 | 100 | 10100111 | 1010110 | 1001011 |
Color Harmonies of #8AF6DF
Complementary color
Monochromatic Colors of #8AF6DF
Black with #8AF6DF
Text Example
Text Example
White with #8AF6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF6DF; }
p { color: rgb(138,246,223); }
H1.HeaderClassName
{
color: #8AF6DF;
}
.AnyTagClassName
{
color: #8AF6DF;
}
</style>
background-color css
<style>
a { background-color: #8AF6DF; }
a { background-color: rgb(138,246,223); }
div.DivClassName
{
background-color: #8AF6DF;
}
.BgClassName
{
background-color: #8AF6DF;
}
</style>
border-color css
<style>
span { border-color: #8AF6DF; }
span { border-color: rgb(138,246,223); }
td.TdClassName
{
border-color: #8AF6DF;
}
.TagClassName
{
border-color: #8AF6DF;
}
</style>