Shades of Aquamarine #8FEDE0
Tints of Aquamarine #8FEDE0
RGB
CMYK
RGB Variations
Color information
#8FEDE0 (or 0x8FEDE0) is known color: Aquamarine. HEX triplet: 8F, ED and E0. RGB value is (143,237,224). Sum of RGB (Red+Green+Blue) = 143+237+224=604 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.68% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDE0 is #70121F. Grayscale: #CFCFCF. Windows color (decimal): -7344672 or 14740879. OLE color: 14740879.
HSL color Cylindrical-coordinate representation of color #8FEDE0: hue angle of 171.7º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDE0 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 224 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.07 |
| HSL | 171.7º | 0.72% | 0.75% | - |
| HSV(B) | 171.7º | 0.4% | 0.93% | - |
| XYZ | 55.07 | 71.79 | 81.48 | - |
| YUV | 207.41 | 137.36 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 224 | 0.40 | 0 | 0.05 | 0.07 | 171.7 | 0.72 | 0.75 |
| Hex | 8F | ED | E0 | 28 | 0 | 5 | 7 | AC | 48 | 4B |
| Octal | 217 | 355 | 340 | 50 | 0 | 5 | 7 | 254 | 110 | 113 |
| Binary | 10001111 | 11101101 | 11100000 | 101000 | 0 | 101 | 111 | 10101100 | 1001000 | 1001011 |
Color Harmonies of #8FEDE0
Complementary color
Monochromatic Colors of #8FEDE0
Black with #8FEDE0
Text Example
Text Example
White with #8FEDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDE0; }
p { color: rgb(143,237,224); }
H1.HeaderClassName
{
color: #8FEDE0;
}
.AnyTagClassName
{
color: #8FEDE0;
}
</style>
background-color css
<style>
a { background-color: #8FEDE0; }
a { background-color: rgb(143,237,224); }
div.DivClassName
{
background-color: #8FEDE0;
}
.BgClassName
{
background-color: #8FEDE0;
}
</style>
border-color css
<style>
span { border-color: #8FEDE0; }
span { border-color: rgb(143,237,224); }
td.TdClassName
{
border-color: #8FEDE0;
}
.TagClassName
{
border-color: #8FEDE0;
}
</style>