Shades of Aquamarine #8BFECB
Tints of Aquamarine #8BFECB
RGB
CMYK
RGB Variations
Color information
#8BFECB (or 0x8BFECB) is known color: Aquamarine. HEX triplet: 8B, FE and CB. RGB value is (139,254,203). Sum of RGB (Red+Green+Blue) = 139+254+203=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFECB is #740134. Grayscale: #D5D5D5. Windows color (decimal): -7602485 or 13368971. OLE color: 13368971.
HSL color Cylindrical-coordinate representation of color #8BFECB: hue angle of 153.39º 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 #8BFECB is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 254 | 203 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.00 |
| HSL | 153.39º | 0.98% | 0.77% | - |
| HSV(B) | 153.39º | 0.45% | 1% | - |
| XYZ | 56.87 | 80.68 | 69.08 | - |
| YUV | 213.8 | 121.9 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 254 | 203 | 0.45 | 0 | 0.20 | 0.00 | 153.39 | 0.98 | 0.77 |
| Hex | 8B | FE | CB | 2D | 0 | 14 | 0 | 99 | 62 | 4D |
| Octal | 213 | 376 | 313 | 55 | 0 | 24 | 0 | 231 | 142 | 115 |
| Binary | 10001011 | 11111110 | 11001011 | 101101 | 0 | 10100 | 0 | 10011001 | 1100010 | 1001101 |
Color Harmonies of #8BFECB
Complementary color
Monochromatic Colors of #8BFECB
Black with #8BFECB
Text Example
Text Example
White with #8BFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFECB; }
p { color: rgb(139,254,203); }
H1.HeaderClassName
{
color: #8BFECB;
}
.AnyTagClassName
{
color: #8BFECB;
}
</style>
background-color css
<style>
a { background-color: #8BFECB; }
a { background-color: rgb(139,254,203); }
div.DivClassName
{
background-color: #8BFECB;
}
.BgClassName
{
background-color: #8BFECB;
}
</style>
border-color css
<style>
span { border-color: #8BFECB; }
span { border-color: rgb(139,254,203); }
td.TdClassName
{
border-color: #8BFECB;
}
.TagClassName
{
border-color: #8BFECB;
}
</style>