Shades of Aquamarine #8DFBE5
Tints of Aquamarine #8DFBE5
RGB
CMYK
RGB Variations
Color information
#8DFBE5 (or 0x8DFBE5) is known color: Aquamarine. HEX triplet: 8D, FB and E5. RGB value is (141,251,229). Sum of RGB (Red+Green+Blue) = 141+251+229=621 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.71% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFBE5 is #72041A. Grayscale: #D7D7D7. Windows color (decimal): -7472155 or 15072141. OLE color: 15072141.
HSL color Cylindrical-coordinate representation of color #8DFBE5: hue angle of 168º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFBE5 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 251 | 229 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.02 |
| HSL | 168º | 0.93% | 0.77% | - |
| HSV(B) | 168º | 0.44% | 0.98% | - |
| XYZ | 59.62 | 80.31 | 86.49 | - |
| YUV | 215.6 | 135.56 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 251 | 229 | 0.44 | 0 | 0.09 | 0.02 | 168 | 0.93 | 0.77 |
| Hex | 8D | FB | E5 | 2C | 0 | 9 | 2 | A8 | 5D | 4D |
| Octal | 215 | 373 | 345 | 54 | 0 | 11 | 2 | 250 | 135 | 115 |
| Binary | 10001101 | 11111011 | 11100101 | 101100 | 0 | 1001 | 10 | 10101000 | 1011101 | 1001101 |
Color Harmonies of #8DFBE5
Complementary color
Monochromatic Colors of #8DFBE5
Black with #8DFBE5
Text Example
Text Example
White with #8DFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFBE5; }
p { color: rgb(141,251,229); }
H1.HeaderClassName
{
color: #8DFBE5;
}
.AnyTagClassName
{
color: #8DFBE5;
}
</style>
background-color css
<style>
a { background-color: #8DFBE5; }
a { background-color: rgb(141,251,229); }
div.DivClassName
{
background-color: #8DFBE5;
}
.BgClassName
{
background-color: #8DFBE5;
}
</style>
border-color css
<style>
span { border-color: #8DFBE5; }
span { border-color: rgb(141,251,229); }
td.TdClassName
{
border-color: #8DFBE5;
}
.TagClassName
{
border-color: #8DFBE5;
}
</style>