Shades of Aquamarine #8AFFDF
Tints of Aquamarine #8AFFDF
RGB
CMYK
RGB Variations
Color information
#8AFFDF (or 0x8AFFDF) is known color: Aquamarine. HEX triplet: 8A, FF and DF. RGB value is (138,255,223). Sum of RGB (Red+Green+Blue) = 138+255+223=616 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.40% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFFDF is #750020. Grayscale: #D8D8D8. Windows color (decimal): -7667745 or 14679946. OLE color: 14679946.
HSL color Cylindrical-coordinate representation of color #8AFFDF: hue angle of 163.59º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFFDF is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 223 | - |
| CMYK | 0.46 | 0 | 0.13 | 0 |
| HSL | 163.59º | 1% | 0.77% | - |
| HSV(B) | 163.59º | 0.46% | 1% | - |
| XYZ | 59.56 | 82.25 | 82.55 | - |
| YUV | 216.37 | 131.74 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 223 | 0.46 | 0 | 0.13 | 0 | 163.59 | 1 | 0.77 |
| Hex | 8A | FF | DF | 2E | 0 | D | 0 | A4 | 64 | 4D |
| Octal | 212 | 377 | 337 | 56 | 0 | 15 | 0 | 244 | 144 | 115 |
| Binary | 10001010 | 11111111 | 11011111 | 101110 | 0 | 1101 | 0 | 10100100 | 1100100 | 1001101 |
Color Harmonies of #8AFFDF
Complementary color
Monochromatic Colors of #8AFFDF
Black with #8AFFDF
Text Example
Text Example
White with #8AFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFFDF; }
p { color: rgb(138,255,223); }
H1.HeaderClassName
{
color: #8AFFDF;
}
.AnyTagClassName
{
color: #8AFFDF;
}
</style>
background-color css
<style>
a { background-color: #8AFFDF; }
a { background-color: rgb(138,255,223); }
div.DivClassName
{
background-color: #8AFFDF;
}
.BgClassName
{
background-color: #8AFFDF;
}
</style>
border-color css
<style>
span { border-color: #8AFFDF; }
span { border-color: rgb(138,255,223); }
td.TdClassName
{
border-color: #8AFFDF;
}
.TagClassName
{
border-color: #8AFFDF;
}
</style>