Shades of Aquamarine #8FEEDC
Tints of Aquamarine #8FEEDC
RGB
CMYK
RGB Variations
Color information
#8FEEDC (or 0x8FEEDC) is known color: Aquamarine. HEX triplet: 8F, EE and DC. RGB value is (143,238,220). Sum of RGB (Red+Green+Blue) = 143+238+220=601 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.79% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEEDC is #701123. Grayscale: #CFCFCF. Windows color (decimal): -7344420 or 14478991. OLE color: 14478991.
HSL color Cylindrical-coordinate representation of color #8FEEDC: hue angle of 168.63º degrees, saturation: 0.74, 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 #8FEEDC is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 220 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.07 |
| HSL | 168.63º | 0.74% | 0.75% | - |
| HSV(B) | 168.63º | 0.4% | 0.93% | - |
| XYZ | 54.82 | 72.16 | 78.75 | - |
| YUV | 207.54 | 135.03 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 220 | 0.40 | 0 | 0.08 | 0.07 | 168.63 | 0.74 | 0.75 |
| Hex | 8F | EE | DC | 28 | 0 | 8 | 7 | A9 | 4A | 4B |
| Octal | 217 | 356 | 334 | 50 | 0 | 10 | 7 | 251 | 112 | 113 |
| Binary | 10001111 | 11101110 | 11011100 | 101000 | 0 | 1000 | 111 | 10101001 | 1001010 | 1001011 |
Color Harmonies of #8FEEDC
Complementary color
Monochromatic Colors of #8FEEDC
Black with #8FEEDC
Text Example
Text Example
White with #8FEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEDC; }
p { color: rgb(143,238,220); }
H1.HeaderClassName
{
color: #8FEEDC;
}
.AnyTagClassName
{
color: #8FEEDC;
}
</style>
background-color css
<style>
a { background-color: #8FEEDC; }
a { background-color: rgb(143,238,220); }
div.DivClassName
{
background-color: #8FEEDC;
}
.BgClassName
{
background-color: #8FEEDC;
}
</style>
border-color css
<style>
span { border-color: #8FEEDC; }
span { border-color: rgb(143,238,220); }
td.TdClassName
{
border-color: #8FEEDC;
}
.TagClassName
{
border-color: #8FEEDC;
}
</style>