Shades of Aquamarine #8AFEC5
Tints of Aquamarine #8AFEC5
RGB
CMYK
RGB Variations
Color information
#8AFEC5 (or 0x8AFEC5) is known color: Aquamarine. HEX triplet: 8A, FE and C5. RGB value is (138,254,197). Sum of RGB (Red+Green+Blue) = 138+254+197=589 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.43% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFEC5 is #75013A. Grayscale: #D4D4D4. Windows color (decimal): -7668027 or 12975754. OLE color: 12975754.
HSL color Cylindrical-coordinate representation of color #8AFEC5: hue angle of 150.52º 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 #8AFEC5 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 197 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.00 |
| HSL | 150.52º | 0.98% | 0.77% | - |
| HSV(B) | 150.52º | 0.46% | 1% | - |
| XYZ | 56 | 80.32 | 65.37 | - |
| YUV | 212.82 | 119.07 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 197 | 0.46 | 0 | 0.22 | 0.00 | 150.52 | 0.98 | 0.77 |
| Hex | 8A | FE | C5 | 2E | 0 | 16 | 0 | 97 | 62 | 4D |
| Octal | 212 | 376 | 305 | 56 | 0 | 26 | 0 | 227 | 142 | 115 |
| Binary | 10001010 | 11111110 | 11000101 | 101110 | 0 | 10110 | 0 | 10010111 | 1100010 | 1001101 |
Color Harmonies of #8AFEC5
Complementary color
Monochromatic Colors of #8AFEC5
Black with #8AFEC5
Text Example
Text Example
White with #8AFEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFEC5; }
p { color: rgb(138,254,197); }
H1.HeaderClassName
{
color: #8AFEC5;
}
.AnyTagClassName
{
color: #8AFEC5;
}
</style>
background-color css
<style>
a { background-color: #8AFEC5; }
a { background-color: rgb(138,254,197); }
div.DivClassName
{
background-color: #8AFEC5;
}
.BgClassName
{
background-color: #8AFEC5;
}
</style>
border-color css
<style>
span { border-color: #8AFEC5; }
span { border-color: rgb(138,254,197); }
td.TdClassName
{
border-color: #8AFEC5;
}
.TagClassName
{
border-color: #8AFEC5;
}
</style>