Shades of Aquamarine #8CFFEB
Tints of Aquamarine #8CFFEB
RGB
CMYK
RGB Variations
Color information
#8CFFEB (or 0x8CFFEB) is known color: Aquamarine. HEX triplet: 8C, FF and EB. RGB value is (140,255,235). Sum of RGB (Red+Green+Blue) = 140+255+235=630 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.22% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFFEB is #730014. Grayscale: #DADADA. Windows color (decimal): -7536661 or 15466380. OLE color: 15466380.
HSL color Cylindrical-coordinate representation of color #8CFFEB: hue angle of 169.57º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFFEB is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 235 | - |
| CMYK | 0.45 | 0 | 0.08 | 0 |
| HSL | 169.57º | 1% | 0.77% | - |
| HSV(B) | 169.57º | 0.45% | 1% | - |
| XYZ | 61.57 | 83.09 | 91.39 | - |
| YUV | 218.34 | 137.4 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 235 | 0.45 | 0 | 0.08 | 0 | 169.57 | 1 | 0.77 |
| Hex | 8C | FF | EB | 2D | 0 | 8 | 0 | AA | 64 | 4D |
| Octal | 214 | 377 | 353 | 55 | 0 | 10 | 0 | 252 | 144 | 115 |
| Binary | 10001100 | 11111111 | 11101011 | 101101 | 0 | 1000 | 0 | 10101010 | 1100100 | 1001101 |
Color Harmonies of #8CFFEB
Complementary color
Monochromatic Colors of #8CFFEB
Black with #8CFFEB
Text Example
Text Example
White with #8CFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFEB; }
p { color: rgb(140,255,235); }
H1.HeaderClassName
{
color: #8CFFEB;
}
.AnyTagClassName
{
color: #8CFFEB;
}
</style>
background-color css
<style>
a { background-color: #8CFFEB; }
a { background-color: rgb(140,255,235); }
div.DivClassName
{
background-color: #8CFFEB;
}
.BgClassName
{
background-color: #8CFFEB;
}
</style>
border-color css
<style>
span { border-color: #8CFFEB; }
span { border-color: rgb(140,255,235); }
td.TdClassName
{
border-color: #8CFFEB;
}
.TagClassName
{
border-color: #8CFFEB;
}
</style>