Shades of Aquamarine #8AFEBE
Tints of Aquamarine #8AFEBE
RGB
CMYK
RGB Variations
Color information
#8AFEBE (or 0x8AFEBE) is known color: Aquamarine. HEX triplet: 8A, FE and BE. RGB value is (138,254,190). Sum of RGB (Red+Green+Blue) = 138+254+190=582 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.71% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFEBE is #750141. Grayscale: #D4D4D4. Windows color (decimal): -7668034 or 12517002. OLE color: 12517002.
HSL color Cylindrical-coordinate representation of color #8AFEBE: hue angle of 146.9º 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 #8AFEBE is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 190 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.00 |
| HSL | 146.9º | 0.98% | 0.77% | - |
| HSV(B) | 146.9º | 0.46% | 1% | - |
| XYZ | 55.22 | 80 | 61.25 | - |
| YUV | 212.02 | 115.57 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 190 | 0.46 | 0 | 0.25 | 0.00 | 146.9 | 0.98 | 0.77 |
| Hex | 8A | FE | BE | 2E | 0 | 19 | 0 | 93 | 62 | 4D |
| Octal | 212 | 376 | 276 | 56 | 0 | 31 | 0 | 223 | 142 | 115 |
| Binary | 10001010 | 11111110 | 10111110 | 101110 | 0 | 11001 | 0 | 10010011 | 1100010 | 1001101 |
Color Harmonies of #8AFEBE
Complementary color
Monochromatic Colors of #8AFEBE
Black with #8AFEBE
Text Example
Text Example
White with #8AFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFEBE; }
p { color: rgb(138,254,190); }
H1.HeaderClassName
{
color: #8AFEBE;
}
.AnyTagClassName
{
color: #8AFEBE;
}
</style>
background-color css
<style>
a { background-color: #8AFEBE; }
a { background-color: rgb(138,254,190); }
div.DivClassName
{
background-color: #8AFEBE;
}
.BgClassName
{
background-color: #8AFEBE;
}
</style>
border-color css
<style>
span { border-color: #8AFEBE; }
span { border-color: rgb(138,254,190); }
td.TdClassName
{
border-color: #8AFEBE;
}
.TagClassName
{
border-color: #8AFEBE;
}
</style>