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