Shades of Aquamarine #8CFAE2
Tints of Aquamarine #8CFAE2
RGB
CMYK
RGB Variations
Color information
#8CFAE2 (or 0x8CFAE2) is known color: Aquamarine. HEX triplet: 8C, FA and E2. RGB value is (140,250,226). Sum of RGB (Red+Green+Blue) = 140+250+226=616 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.73% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFAE2 is #73051D. Grayscale: #D6D6D6. Windows color (decimal): -7537950 or 14875276. OLE color: 14875276.
HSL color Cylindrical-coordinate representation of color #8CFAE2: hue angle of 166.91º 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 #8CFAE2 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 226 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.02 |
| HSL | 166.91º | 0.92% | 0.76% | - |
| HSV(B) | 166.91º | 0.44% | 0.98% | - |
| XYZ | 58.73 | 79.44 | 84.19 | - |
| YUV | 214.37 | 134.56 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 226 | 0.44 | 0 | 0.10 | 0.02 | 166.91 | 0.92 | 0.76 |
| Hex | 8C | FA | E2 | 2C | 0 | A | 2 | A7 | 5C | 4C |
| Octal | 214 | 372 | 342 | 54 | 0 | 12 | 2 | 247 | 134 | 114 |
| Binary | 10001100 | 11111010 | 11100010 | 101100 | 0 | 1010 | 10 | 10100111 | 1011100 | 1001100 |
Color Harmonies of #8CFAE2
Complementary color
Monochromatic Colors of #8CFAE2
Black with #8CFAE2
Text Example
Text Example
White with #8CFAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFAE2; }
p { color: rgb(140,250,226); }
H1.HeaderClassName
{
color: #8CFAE2;
}
.AnyTagClassName
{
color: #8CFAE2;
}
</style>
background-color css
<style>
a { background-color: #8CFAE2; }
a { background-color: rgb(140,250,226); }
div.DivClassName
{
background-color: #8CFAE2;
}
.BgClassName
{
background-color: #8CFAE2;
}
</style>
border-color css
<style>
span { border-color: #8CFAE2; }
span { border-color: rgb(140,250,226); }
td.TdClassName
{
border-color: #8CFAE2;
}
.TagClassName
{
border-color: #8CFAE2;
}
</style>