Shades of Aquamarine #8FFEBE
Tints of Aquamarine #8FFEBE
RGB
CMYK
RGB Variations
Color information
#8FFEBE (or 0x8FFEBE) is known color: Aquamarine. HEX triplet: 8F, FE and BE. RGB value is (143,254,190). Sum of RGB (Red+Green+Blue) = 143+254+190=587 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.36% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFEBE is #700141. Grayscale: #D5D5D5. Windows color (decimal): -7340354 or 12517007. OLE color: 12517007.
HSL color Cylindrical-coordinate representation of color #8FFEBE: hue angle of 145.41º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFEBE is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 190 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.00 |
| HSL | 145.41º | 0.98% | 0.78% | - |
| HSV(B) | 145.41º | 0.44% | 1% | - |
| XYZ | 56.06 | 80.44 | 61.29 | - |
| YUV | 213.52 | 114.73 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 190 | 0.44 | 0 | 0.25 | 0.00 | 145.41 | 0.98 | 0.78 |
| Hex | 8F | FE | BE | 2C | 0 | 19 | 0 | 91 | 62 | 4E |
| Octal | 217 | 376 | 276 | 54 | 0 | 31 | 0 | 221 | 142 | 116 |
| Binary | 10001111 | 11111110 | 10111110 | 101100 | 0 | 11001 | 0 | 10010001 | 1100010 | 1001110 |
Color Harmonies of #8FFEBE
Complementary color
Monochromatic Colors of #8FFEBE
Black with #8FFEBE
Text Example
Text Example
White with #8FFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFEBE; }
p { color: rgb(143,254,190); }
H1.HeaderClassName
{
color: #8FFEBE;
}
.AnyTagClassName
{
color: #8FFEBE;
}
</style>
background-color css
<style>
a { background-color: #8FFEBE; }
a { background-color: rgb(143,254,190); }
div.DivClassName
{
background-color: #8FFEBE;
}
.BgClassName
{
background-color: #8FFEBE;
}
</style>
border-color css
<style>
span { border-color: #8FFEBE; }
span { border-color: rgb(143,254,190); }
td.TdClassName
{
border-color: #8FFEBE;
}
.TagClassName
{
border-color: #8FFEBE;
}
</style>