Shades of Aquamarine #8BFAE0
Tints of Aquamarine #8BFAE0
RGB
CMYK
RGB Variations
Color information
#8BFAE0 (or 0x8BFAE0) is known color: Aquamarine. HEX triplet: 8B, FA and E0. RGB value is (139,250,224). Sum of RGB (Red+Green+Blue) = 139+250+224=613 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.68% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFAE0 is #74051F. Grayscale: #D5D5D5. Windows color (decimal): -7603488 or 14744203. OLE color: 14744203.
HSL color Cylindrical-coordinate representation of color #8BFAE0: hue angle of 165.95º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BFAE0 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 224 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.02 |
| HSL | 165.95º | 0.92% | 0.76% | - |
| HSV(B) | 165.95º | 0.44% | 0.98% | - |
| XYZ | 58.29 | 79.24 | 82.74 | - |
| YUV | 213.85 | 133.73 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 224 | 0.44 | 0 | 0.10 | 0.02 | 165.95 | 0.92 | 0.76 |
| Hex | 8B | FA | E0 | 2C | 0 | A | 2 | A6 | 5C | 4C |
| Octal | 213 | 372 | 340 | 54 | 0 | 12 | 2 | 246 | 134 | 114 |
| Binary | 10001011 | 11111010 | 11100000 | 101100 | 0 | 1010 | 10 | 10100110 | 1011100 | 1001100 |
Color Harmonies of #8BFAE0
Complementary color
Monochromatic Colors of #8BFAE0
Black with #8BFAE0
Text Example
Text Example
White with #8BFAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFAE0; }
p { color: rgb(139,250,224); }
H1.HeaderClassName
{
color: #8BFAE0;
}
.AnyTagClassName
{
color: #8BFAE0;
}
</style>
background-color css
<style>
a { background-color: #8BFAE0; }
a { background-color: rgb(139,250,224); }
div.DivClassName
{
background-color: #8BFAE0;
}
.BgClassName
{
background-color: #8BFAE0;
}
</style>
border-color css
<style>
span { border-color: #8BFAE0; }
span { border-color: rgb(139,250,224); }
td.TdClassName
{
border-color: #8BFAE0;
}
.TagClassName
{
border-color: #8BFAE0;
}
</style>