Shades of Aquamarine #8BFEDF
Tints of Aquamarine #8BFEDF
RGB
CMYK
RGB Variations
Color information
#8BFEDF (or 0x8BFEDF) is known color: Aquamarine. HEX triplet: 8B, FE and DF. RGB value is (139,254,223). Sum of RGB (Red+Green+Blue) = 139+254+223=616 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.56% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFEDF is #740120. Grayscale: #D8D8D8. Windows color (decimal): -7602465 or 14679691. OLE color: 14679691.
HSL color Cylindrical-coordinate representation of color #8BFEDF: hue angle of 163.83º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFEDF is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 254 | 223 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.00 |
| HSL | 163.83º | 0.98% | 0.77% | - |
| HSV(B) | 163.83º | 0.45% | 1% | - |
| XYZ | 59.41 | 81.7 | 82.45 | - |
| YUV | 216.08 | 131.9 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 254 | 223 | 0.45 | 0 | 0.12 | 0.00 | 163.83 | 0.98 | 0.77 |
| Hex | 8B | FE | DF | 2D | 0 | C | 0 | A4 | 62 | 4D |
| Octal | 213 | 376 | 337 | 55 | 0 | 14 | 0 | 244 | 142 | 115 |
| Binary | 10001011 | 11111110 | 11011111 | 101101 | 0 | 1100 | 0 | 10100100 | 1100010 | 1001101 |
Color Harmonies of #8BFEDF
Complementary color
Monochromatic Colors of #8BFEDF
Black with #8BFEDF
Text Example
Text Example
White with #8BFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFEDF; }
p { color: rgb(139,254,223); }
H1.HeaderClassName
{
color: #8BFEDF;
}
.AnyTagClassName
{
color: #8BFEDF;
}
</style>
background-color css
<style>
a { background-color: #8BFEDF; }
a { background-color: rgb(139,254,223); }
div.DivClassName
{
background-color: #8BFEDF;
}
.BgClassName
{
background-color: #8BFEDF;
}
</style>
border-color css
<style>
span { border-color: #8BFEDF; }
span { border-color: rgb(139,254,223); }
td.TdClassName
{
border-color: #8BFEDF;
}
.TagClassName
{
border-color: #8BFEDF;
}
</style>