Shades of Aquamarine #8AFEB8
Tints of Aquamarine #8AFEB8
RGB
CMYK
RGB Variations
Color information
#8AFEB8 (or 0x8AFEB8) is known color: Aquamarine. HEX triplet: 8A, FE and B8. RGB value is (138,254,184). Sum of RGB (Red+Green+Blue) = 138+254+184=576 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.96% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFEB8 is #750147. Grayscale: #D3D3D3. Windows color (decimal): -7668040 or 12123786. OLE color: 12123786.
HSL color Cylindrical-coordinate representation of color #8AFEB8: hue angle of 143.79º 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 #8AFEB8 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 184 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.00 |
| HSL | 143.79º | 0.98% | 0.77% | - |
| HSV(B) | 143.79º | 0.46% | 1% | - |
| XYZ | 54.57 | 79.75 | 57.86 | - |
| YUV | 211.34 | 112.57 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 184 | 0.46 | 0 | 0.28 | 0.00 | 143.79 | 0.98 | 0.77 |
| Hex | 8A | FE | B8 | 2E | 0 | 1C | 0 | 90 | 62 | 4D |
| Octal | 212 | 376 | 270 | 56 | 0 | 34 | 0 | 220 | 142 | 115 |
| Binary | 10001010 | 11111110 | 10111000 | 101110 | 0 | 11100 | 0 | 10010000 | 1100010 | 1001101 |
Color Harmonies of #8AFEB8
Complementary color
Monochromatic Colors of #8AFEB8
Black with #8AFEB8
Text Example
Text Example
White with #8AFEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFEB8; }
p { color: rgb(138,254,184); }
H1.HeaderClassName
{
color: #8AFEB8;
}
.AnyTagClassName
{
color: #8AFEB8;
}
</style>
background-color css
<style>
a { background-color: #8AFEB8; }
a { background-color: rgb(138,254,184); }
div.DivClassName
{
background-color: #8AFEB8;
}
.BgClassName
{
background-color: #8AFEB8;
}
</style>
border-color css
<style>
span { border-color: #8AFEB8; }
span { border-color: rgb(138,254,184); }
td.TdClassName
{
border-color: #8AFEB8;
}
.TagClassName
{
border-color: #8AFEB8;
}
</style>