Shades of Aquamarine #8FEEC6
Tints of Aquamarine #8FEEC6
RGB
CMYK
RGB Variations
Color information
#8FEEC6 (or 0x8FEEC6) is known color: Aquamarine. HEX triplet: 8F, EE and C6. RGB value is (143,238,198). Sum of RGB (Red+Green+Blue) = 143+238+198=579 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.70% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEEC6 is #701139. Grayscale: #CDCDCD. Windows color (decimal): -7344442 or 13037199. OLE color: 13037199.
HSL color Cylindrical-coordinate representation of color #8FEEC6: hue angle of 154.74º 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 #8FEEC6 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 198 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.07 |
| HSL | 154.74º | 0.74% | 0.75% | - |
| HSV(B) | 154.74º | 0.4% | 0.93% | - |
| XYZ | 52.1 | 71.07 | 64.4 | - |
| YUV | 205.04 | 124.03 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 198 | 0.40 | 0 | 0.17 | 0.07 | 154.74 | 0.74 | 0.75 |
| Hex | 8F | EE | C6 | 28 | 0 | 11 | 7 | 9B | 4A | 4B |
| Octal | 217 | 356 | 306 | 50 | 0 | 21 | 7 | 233 | 112 | 113 |
| Binary | 10001111 | 11101110 | 11000110 | 101000 | 0 | 10001 | 111 | 10011011 | 1001010 | 1001011 |
Color Harmonies of #8FEEC6
Complementary color
Monochromatic Colors of #8FEEC6
Black with #8FEEC6
Text Example
Text Example
White with #8FEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEC6; }
p { color: rgb(143,238,198); }
H1.HeaderClassName
{
color: #8FEEC6;
}
.AnyTagClassName
{
color: #8FEEC6;
}
</style>
background-color css
<style>
a { background-color: #8FEEC6; }
a { background-color: rgb(143,238,198); }
div.DivClassName
{
background-color: #8FEEC6;
}
.BgClassName
{
background-color: #8FEEC6;
}
</style>
border-color css
<style>
span { border-color: #8FEEC6; }
span { border-color: rgb(143,238,198); }
td.TdClassName
{
border-color: #8FEEC6;
}
.TagClassName
{
border-color: #8FEEC6;
}
</style>