Shades of Aquamarine #8DFECB
Tints of Aquamarine #8DFECB
RGB
CMYK
RGB Variations
Color information
#8DFECB (or 0x8DFECB) is known color: Aquamarine. HEX triplet: 8D, FE and CB. RGB value is (141,254,203). Sum of RGB (Red+Green+Blue) = 141+254+203=598 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.58% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFECB is #720134. Grayscale: #D6D6D6. Windows color (decimal): -7471413 or 13368973. OLE color: 13368973.
HSL color Cylindrical-coordinate representation of color #8DFECB: hue angle of 152.92º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFECB is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 254 | 203 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.00 |
| HSL | 152.92º | 0.98% | 0.77% | - |
| HSV(B) | 152.92º | 0.44% | 1% | - |
| XYZ | 57.21 | 80.86 | 69.09 | - |
| YUV | 214.4 | 121.56 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 254 | 203 | 0.44 | 0 | 0.20 | 0.00 | 152.92 | 0.98 | 0.77 |
| Hex | 8D | FE | CB | 2C | 0 | 14 | 0 | 99 | 62 | 4D |
| Octal | 215 | 376 | 313 | 54 | 0 | 24 | 0 | 231 | 142 | 115 |
| Binary | 10001101 | 11111110 | 11001011 | 101100 | 0 | 10100 | 0 | 10011001 | 1100010 | 1001101 |
Color Harmonies of #8DFECB
Complementary color
Monochromatic Colors of #8DFECB
Black with #8DFECB
Text Example
Text Example
White with #8DFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFECB; }
p { color: rgb(141,254,203); }
H1.HeaderClassName
{
color: #8DFECB;
}
.AnyTagClassName
{
color: #8DFECB;
}
</style>
background-color css
<style>
a { background-color: #8DFECB; }
a { background-color: rgb(141,254,203); }
div.DivClassName
{
background-color: #8DFECB;
}
.BgClassName
{
background-color: #8DFECB;
}
</style>
border-color css
<style>
span { border-color: #8DFECB; }
span { border-color: rgb(141,254,203); }
td.TdClassName
{
border-color: #8DFECB;
}
.TagClassName
{
border-color: #8DFECB;
}
</style>