Shades of Aquamarine #8AFDDB
Tints of Aquamarine #8AFDDB
RGB
CMYK
RGB Variations
Color information
#8AFDDB (or 0x8AFDDB) is known color: Aquamarine. HEX triplet: 8A, FD and DB. RGB value is (138,253,219). Sum of RGB (Red+Green+Blue) = 138+253+219=610 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.62% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFDDB is #750224. Grayscale: #D6D6D6. Windows color (decimal): -7668261 or 14417290. OLE color: 14417290.
HSL color Cylindrical-coordinate representation of color #8AFDDB: hue angle of 162.26º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFDDB is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 219 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.01 |
| HSL | 162.26º | 0.97% | 0.77% | - |
| HSV(B) | 162.26º | 0.45% | 0.99% | - |
| XYZ | 58.39 | 80.77 | 79.53 | - |
| YUV | 214.74 | 130.4 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 219 | 0.45 | 0 | 0.13 | 0.01 | 162.26 | 0.97 | 0.77 |
| Hex | 8A | FD | DB | 2D | 0 | D | 1 | A2 | 61 | 4D |
| Octal | 212 | 375 | 333 | 55 | 0 | 15 | 1 | 242 | 141 | 115 |
| Binary | 10001010 | 11111101 | 11011011 | 101101 | 0 | 1101 | 1 | 10100010 | 1100001 | 1001101 |
Color Harmonies of #8AFDDB
Complementary color
Monochromatic Colors of #8AFDDB
Black with #8AFDDB
Text Example
Text Example
White with #8AFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFDDB; }
p { color: rgb(138,253,219); }
H1.HeaderClassName
{
color: #8AFDDB;
}
.AnyTagClassName
{
color: #8AFDDB;
}
</style>
background-color css
<style>
a { background-color: #8AFDDB; }
a { background-color: rgb(138,253,219); }
div.DivClassName
{
background-color: #8AFDDB;
}
.BgClassName
{
background-color: #8AFDDB;
}
</style>
border-color css
<style>
span { border-color: #8AFDDB; }
span { border-color: rgb(138,253,219); }
td.TdClassName
{
border-color: #8AFDDB;
}
.TagClassName
{
border-color: #8AFDDB;
}
</style>