Shades of Aquamarine #8BFECF
Tints of Aquamarine #8BFECF
RGB
CMYK
RGB Variations
Color information
#8BFECF (or 0x8BFECF) is known color: Aquamarine. HEX triplet: 8B, FE and CF. RGB value is (139,254,207). Sum of RGB (Red+Green+Blue) = 139+254+207=600 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.17% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFECF is #740130. Grayscale: #D6D6D6. Windows color (decimal): -7602481 or 13631115. OLE color: 13631115.
HSL color Cylindrical-coordinate representation of color #8BFECF: hue angle of 155.48º 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 #8BFECF is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 254 | 207 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.00 |
| HSL | 155.48º | 0.98% | 0.77% | - |
| HSV(B) | 155.48º | 0.45% | 1% | - |
| XYZ | 57.35 | 80.88 | 71.62 | - |
| YUV | 214.26 | 123.9 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 254 | 207 | 0.45 | 0 | 0.19 | 0.00 | 155.48 | 0.98 | 0.77 |
| Hex | 8B | FE | CF | 2D | 0 | 13 | 0 | 9B | 62 | 4D |
| Octal | 213 | 376 | 317 | 55 | 0 | 23 | 0 | 233 | 142 | 115 |
| Binary | 10001011 | 11111110 | 11001111 | 101101 | 0 | 10011 | 0 | 10011011 | 1100010 | 1001101 |
Color Harmonies of #8BFECF
Complementary color
Monochromatic Colors of #8BFECF
Black with #8BFECF
Text Example
Text Example
White with #8BFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFECF; }
p { color: rgb(139,254,207); }
H1.HeaderClassName
{
color: #8BFECF;
}
.AnyTagClassName
{
color: #8BFECF;
}
</style>
background-color css
<style>
a { background-color: #8BFECF; }
a { background-color: rgb(139,254,207); }
div.DivClassName
{
background-color: #8BFECF;
}
.BgClassName
{
background-color: #8BFECF;
}
</style>
border-color css
<style>
span { border-color: #8BFECF; }
span { border-color: rgb(139,254,207); }
td.TdClassName
{
border-color: #8BFECF;
}
.TagClassName
{
border-color: #8BFECF;
}
</style>