Shades of Aquamarine #8AFEC3
Tints of Aquamarine #8AFEC3
RGB
CMYK
RGB Variations
Color information
#8AFEC3 (or 0x8AFEC3) is known color: Aquamarine. HEX triplet: 8A, FE and C3. RGB value is (138,254,195). Sum of RGB (Red+Green+Blue) = 138+254+195=587 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.51% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFEC3 is #75013C. Grayscale: #D4D4D4. Windows color (decimal): -7668029 or 12844682. OLE color: 12844682.
HSL color Cylindrical-coordinate representation of color #8AFEC3: hue angle of 149.48º 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 #8AFEC3 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 195 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.00 |
| HSL | 149.48º | 0.98% | 0.77% | - |
| HSV(B) | 149.48º | 0.46% | 1% | - |
| XYZ | 55.77 | 80.23 | 64.18 | - |
| YUV | 212.59 | 118.07 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 195 | 0.46 | 0 | 0.23 | 0.00 | 149.48 | 0.98 | 0.77 |
| Hex | 8A | FE | C3 | 2E | 0 | 17 | 0 | 95 | 62 | 4D |
| Octal | 212 | 376 | 303 | 56 | 0 | 27 | 0 | 225 | 142 | 115 |
| Binary | 10001010 | 11111110 | 11000011 | 101110 | 0 | 10111 | 0 | 10010101 | 1100010 | 1001101 |
Color Harmonies of #8AFEC3
Complementary color
Monochromatic Colors of #8AFEC3
Black with #8AFEC3
Text Example
Text Example
White with #8AFEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFEC3; }
p { color: rgb(138,254,195); }
H1.HeaderClassName
{
color: #8AFEC3;
}
.AnyTagClassName
{
color: #8AFEC3;
}
</style>
background-color css
<style>
a { background-color: #8AFEC3; }
a { background-color: rgb(138,254,195); }
div.DivClassName
{
background-color: #8AFEC3;
}
.BgClassName
{
background-color: #8AFEC3;
}
</style>
border-color css
<style>
span { border-color: #8AFEC3; }
span { border-color: rgb(138,254,195); }
td.TdClassName
{
border-color: #8AFEC3;
}
.TagClassName
{
border-color: #8AFEC3;
}
</style>