Shades of Aquamarine #8AFEC2
Tints of Aquamarine #8AFEC2
RGB
CMYK
RGB Variations
Color information
#8AFEC2 (or 0x8AFEC2) is known color: Aquamarine. HEX triplet: 8A, FE and C2. RGB value is (138,254,194). Sum of RGB (Red+Green+Blue) = 138+254+194=586 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.55% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFEC2 is #75013D. Grayscale: #D4D4D4. Windows color (decimal): -7668030 or 12779146. OLE color: 12779146.
HSL color Cylindrical-coordinate representation of color #8AFEC2: hue angle of 148.97º 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 #8AFEC2 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 194 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.00 |
| HSL | 148.97º | 0.98% | 0.77% | - |
| HSV(B) | 148.97º | 0.46% | 1% | - |
| XYZ | 55.66 | 80.18 | 63.58 | - |
| YUV | 212.48 | 117.57 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 194 | 0.46 | 0 | 0.24 | 0.00 | 148.97 | 0.98 | 0.77 |
| Hex | 8A | FE | C2 | 2E | 0 | 18 | 0 | 95 | 62 | 4D |
| Octal | 212 | 376 | 302 | 56 | 0 | 30 | 0 | 225 | 142 | 115 |
| Binary | 10001010 | 11111110 | 11000010 | 101110 | 0 | 11000 | 0 | 10010101 | 1100010 | 1001101 |
Color Harmonies of #8AFEC2
Complementary color
Monochromatic Colors of #8AFEC2
Black with #8AFEC2
Text Example
Text Example
White with #8AFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFEC2; }
p { color: rgb(138,254,194); }
H1.HeaderClassName
{
color: #8AFEC2;
}
.AnyTagClassName
{
color: #8AFEC2;
}
</style>
background-color css
<style>
a { background-color: #8AFEC2; }
a { background-color: rgb(138,254,194); }
div.DivClassName
{
background-color: #8AFEC2;
}
.BgClassName
{
background-color: #8AFEC2;
}
</style>
border-color css
<style>
span { border-color: #8AFEC2; }
span { border-color: rgb(138,254,194); }
td.TdClassName
{
border-color: #8AFEC2;
}
.TagClassName
{
border-color: #8AFEC2;
}
</style>