Shades of Aquamarine #8AFEC0
Tints of Aquamarine #8AFEC0
RGB
CMYK
RGB Variations
Color information
#8AFEC0 (or 0x8AFEC0) is known color: Aquamarine. HEX triplet: 8A, FE and C0. RGB value is (138,254,192). Sum of RGB (Red+Green+Blue) = 138+254+192=584 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.63% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFEC0 is #75013F. Grayscale: #D4D4D4. Windows color (decimal): -7668032 or 12648074. OLE color: 12648074.
HSL color Cylindrical-coordinate representation of color #8AFEC0: hue angle of 147.93º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFEC0 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 192 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.00 |
| HSL | 147.93º | 0.98% | 0.77% | - |
| HSV(B) | 147.93º | 0.46% | 1% | - |
| XYZ | 55.44 | 80.09 | 62.41 | - |
| YUV | 212.25 | 116.57 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 192 | 0.46 | 0 | 0.24 | 0.00 | 147.93 | 0.98 | 0.77 |
| Hex | 8A | FE | C0 | 2E | 0 | 18 | 0 | 94 | 62 | 4D |
| Octal | 212 | 376 | 300 | 56 | 0 | 30 | 0 | 224 | 142 | 115 |
| Binary | 10001010 | 11111110 | 11000000 | 101110 | 0 | 11000 | 0 | 10010100 | 1100010 | 1001101 |
Color Harmonies of #8AFEC0
Complementary color
Monochromatic Colors of #8AFEC0
Black with #8AFEC0
Text Example
Text Example
White with #8AFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFEC0; }
p { color: rgb(138,254,192); }
H1.HeaderClassName
{
color: #8AFEC0;
}
.AnyTagClassName
{
color: #8AFEC0;
}
</style>
background-color css
<style>
a { background-color: #8AFEC0; }
a { background-color: rgb(138,254,192); }
div.DivClassName
{
background-color: #8AFEC0;
}
.BgClassName
{
background-color: #8AFEC0;
}
</style>
border-color css
<style>
span { border-color: #8AFEC0; }
span { border-color: rgb(138,254,192); }
td.TdClassName
{
border-color: #8AFEC0;
}
.TagClassName
{
border-color: #8AFEC0;
}
</style>