Shades of Aquamarine #8BFCD0
Tints of Aquamarine #8BFCD0
RGB
CMYK
RGB Variations
Color information
#8BFCD0 (or 0x8BFCD0) is known color: Aquamarine. HEX triplet: 8B, FC and D0. RGB value is (139,252,208). Sum of RGB (Red+Green+Blue) = 139+252+208=599 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.21% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFCD0 is #74032F. Grayscale: #D5D5D5. Windows color (decimal): -7602992 or 13696139. OLE color: 13696139.
HSL color Cylindrical-coordinate representation of color #8BFCD0: hue angle of 156.64º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFCD0 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 208 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.01 |
| HSL | 156.64º | 0.95% | 0.77% | - |
| HSV(B) | 156.64º | 0.45% | 0.99% | - |
| XYZ | 56.84 | 79.66 | 72.06 | - |
| YUV | 213.2 | 125.06 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 208 | 0.45 | 0 | 0.17 | 0.01 | 156.64 | 0.95 | 0.77 |
| Hex | 8B | FC | D0 | 2D | 0 | 11 | 1 | 9D | 5F | 4D |
| Octal | 213 | 374 | 320 | 55 | 0 | 21 | 1 | 235 | 137 | 115 |
| Binary | 10001011 | 11111100 | 11010000 | 101101 | 0 | 10001 | 1 | 10011101 | 1011111 | 1001101 |
Color Harmonies of #8BFCD0
Complementary color
Monochromatic Colors of #8BFCD0
Black with #8BFCD0
Text Example
Text Example
White with #8BFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFCD0; }
p { color: rgb(139,252,208); }
H1.HeaderClassName
{
color: #8BFCD0;
}
.AnyTagClassName
{
color: #8BFCD0;
}
</style>
background-color css
<style>
a { background-color: #8BFCD0; }
a { background-color: rgb(139,252,208); }
div.DivClassName
{
background-color: #8BFCD0;
}
.BgClassName
{
background-color: #8BFCD0;
}
</style>
border-color css
<style>
span { border-color: #8BFCD0; }
span { border-color: rgb(139,252,208); }
td.TdClassName
{
border-color: #8BFCD0;
}
.TagClassName
{
border-color: #8BFCD0;
}
</style>