Shades of Aquamarine #8FEEC8
Tints of Aquamarine #8FEEC8
RGB
CMYK
RGB Variations
Color information
#8FEEC8 (or 0x8FEEC8) is known color: Aquamarine. HEX triplet: 8F, EE and C8. RGB value is (143,238,200). Sum of RGB (Red+Green+Blue) = 143+238+200=581 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.61% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEEC8 is #701137. Grayscale: #CDCDCD. Windows color (decimal): -7344440 or 13168271. OLE color: 13168271.
HSL color Cylindrical-coordinate representation of color #8FEEC8: hue angle of 156º 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 #8FEEC8 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 200 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.07 |
| HSL | 156º | 0.74% | 0.75% | - |
| HSV(B) | 156º | 0.4% | 0.93% | - |
| XYZ | 52.33 | 71.16 | 65.62 | - |
| YUV | 205.26 | 125.03 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 200 | 0.40 | 0 | 0.16 | 0.07 | 156 | 0.74 | 0.75 |
| Hex | 8F | EE | C8 | 28 | 0 | 10 | 7 | 9C | 4A | 4B |
| Octal | 217 | 356 | 310 | 50 | 0 | 20 | 7 | 234 | 112 | 113 |
| Binary | 10001111 | 11101110 | 11001000 | 101000 | 0 | 10000 | 111 | 10011100 | 1001010 | 1001011 |
Color Harmonies of #8FEEC8
Complementary color
Monochromatic Colors of #8FEEC8
Black with #8FEEC8
Text Example
Text Example
White with #8FEEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEC8; }
p { color: rgb(143,238,200); }
H1.HeaderClassName
{
color: #8FEEC8;
}
.AnyTagClassName
{
color: #8FEEC8;
}
</style>
background-color css
<style>
a { background-color: #8FEEC8; }
a { background-color: rgb(143,238,200); }
div.DivClassName
{
background-color: #8FEEC8;
}
.BgClassName
{
background-color: #8FEEC8;
}
</style>
border-color css
<style>
span { border-color: #8FEEC8; }
span { border-color: rgb(143,238,200); }
td.TdClassName
{
border-color: #8FEEC8;
}
.TagClassName
{
border-color: #8FEEC8;
}
</style>