Shades of Aquamarine #8EFDCB
Tints of Aquamarine #8EFDCB
RGB
CMYK
RGB Variations
Color information
#8EFDCB (or 0x8EFDCB) is known color: Aquamarine. HEX triplet: 8E, FD and CB. RGB value is (142,253,203). Sum of RGB (Red+Green+Blue) = 142+253+203=598 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.75% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFDCB is #710234. Grayscale: #D6D6D6. Windows color (decimal): -7406133 or 13368718. OLE color: 13368718.
HSL color Cylindrical-coordinate representation of color #8EFDCB: hue angle of 152.97º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFDCB is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 253 | 203 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.01 |
| HSL | 152.97º | 0.97% | 0.77% | - |
| HSV(B) | 152.97º | 0.44% | 0.99% | - |
| XYZ | 57.06 | 80.31 | 68.99 | - |
| YUV | 214.11 | 121.73 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 253 | 203 | 0.44 | 0 | 0.20 | 0.01 | 152.97 | 0.97 | 0.77 |
| Hex | 8E | FD | CB | 2C | 0 | 14 | 1 | 99 | 61 | 4D |
| Octal | 216 | 375 | 313 | 54 | 0 | 24 | 1 | 231 | 141 | 115 |
| Binary | 10001110 | 11111101 | 11001011 | 101100 | 0 | 10100 | 1 | 10011001 | 1100001 | 1001101 |
Color Harmonies of #8EFDCB
Complementary color
Monochromatic Colors of #8EFDCB
Black with #8EFDCB
Text Example
Text Example
White with #8EFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFDCB; }
p { color: rgb(142,253,203); }
H1.HeaderClassName
{
color: #8EFDCB;
}
.AnyTagClassName
{
color: #8EFDCB;
}
</style>
background-color css
<style>
a { background-color: #8EFDCB; }
a { background-color: rgb(142,253,203); }
div.DivClassName
{
background-color: #8EFDCB;
}
.BgClassName
{
background-color: #8EFDCB;
}
</style>
border-color css
<style>
span { border-color: #8EFDCB; }
span { border-color: rgb(142,253,203); }
td.TdClassName
{
border-color: #8EFDCB;
}
.TagClassName
{
border-color: #8EFDCB;
}
</style>