Shades of Aquamarine #8CFAE9
Tints of Aquamarine #8CFAE9
RGB
CMYK
RGB Variations
Color information
#8CFAE9 (or 0x8CFAE9) is known color: Aquamarine. HEX triplet: 8C, FA and E9. RGB value is (140,250,233). Sum of RGB (Red+Green+Blue) = 140+250+233=623 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.47% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFAE9 is #730516. Grayscale: #D7D7D7. Windows color (decimal): -7537943 or 15334028. OLE color: 15334028.
HSL color Cylindrical-coordinate representation of color #8CFAE9: hue angle of 170.73º 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 #8CFAE9 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 233 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.02 |
| HSL | 170.73º | 0.92% | 0.76% | - |
| HSV(B) | 170.73º | 0.44% | 0.98% | - |
| XYZ | 59.71 | 79.83 | 89.35 | - |
| YUV | 215.17 | 138.06 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 233 | 0.44 | 0 | 0.07 | 0.02 | 170.73 | 0.92 | 0.76 |
| Hex | 8C | FA | E9 | 2C | 0 | 7 | 2 | AB | 5C | 4C |
| Octal | 214 | 372 | 351 | 54 | 0 | 7 | 2 | 253 | 134 | 114 |
| Binary | 10001100 | 11111010 | 11101001 | 101100 | 0 | 111 | 10 | 10101011 | 1011100 | 1001100 |
Color Harmonies of #8CFAE9
Complementary color
Monochromatic Colors of #8CFAE9
Black with #8CFAE9
Text Example
Text Example
White with #8CFAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFAE9; }
p { color: rgb(140,250,233); }
H1.HeaderClassName
{
color: #8CFAE9;
}
.AnyTagClassName
{
color: #8CFAE9;
}
</style>
background-color css
<style>
a { background-color: #8CFAE9; }
a { background-color: rgb(140,250,233); }
div.DivClassName
{
background-color: #8CFAE9;
}
.BgClassName
{
background-color: #8CFAE9;
}
</style>
border-color css
<style>
span { border-color: #8CFAE9; }
span { border-color: rgb(140,250,233); }
td.TdClassName
{
border-color: #8CFAE9;
}
.TagClassName
{
border-color: #8CFAE9;
}
</style>