Shades of Aquamarine #8CFEEB
Tints of Aquamarine #8CFEEB
RGB
CMYK
RGB Variations
Color information
#8CFEEB (or 0x8CFEEB) is known color: Aquamarine. HEX triplet: 8C, FE and EB. RGB value is (140,254,235). Sum of RGB (Red+Green+Blue) = 140+254+235=629 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.26% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFEEB is #730114. Grayscale: #D9D9D9. Windows color (decimal): -7536917 or 15466124. OLE color: 15466124.
HSL color Cylindrical-coordinate representation of color #8CFEEB: hue angle of 170º 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 #8CFEEB is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 235 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.00 |
| HSL | 170º | 0.98% | 0.77% | - |
| HSV(B) | 170º | 0.45% | 1% | - |
| XYZ | 61.25 | 82.46 | 91.28 | - |
| YUV | 217.75 | 137.73 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 235 | 0.45 | 0 | 0.07 | 0.00 | 170 | 0.98 | 0.77 |
| Hex | 8C | FE | EB | 2D | 0 | 7 | 0 | AA | 62 | 4D |
| Octal | 214 | 376 | 353 | 55 | 0 | 7 | 0 | 252 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11101011 | 101101 | 0 | 111 | 0 | 10101010 | 1100010 | 1001101 |
Color Harmonies of #8CFEEB
Complementary color
Monochromatic Colors of #8CFEEB
Black with #8CFEEB
Text Example
Text Example
White with #8CFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEEB; }
p { color: rgb(140,254,235); }
H1.HeaderClassName
{
color: #8CFEEB;
}
.AnyTagClassName
{
color: #8CFEEB;
}
</style>
background-color css
<style>
a { background-color: #8CFEEB; }
a { background-color: rgb(140,254,235); }
div.DivClassName
{
background-color: #8CFEEB;
}
.BgClassName
{
background-color: #8CFEEB;
}
</style>
border-color css
<style>
span { border-color: #8CFEEB; }
span { border-color: rgb(140,254,235); }
td.TdClassName
{
border-color: #8CFEEB;
}
.TagClassName
{
border-color: #8CFEEB;
}
</style>