Shades of Aquamarine #8BFCC0
Tints of Aquamarine #8BFCC0
RGB
CMYK
RGB Variations
Color information
#8BFCC0 (or 0x8BFCC0) is known color: Aquamarine. HEX triplet: 8B, FC and C0. RGB value is (139,252,192). Sum of RGB (Red+Green+Blue) = 139+252+192=583 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.84% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFCC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFCC0 is #74033F. Grayscale: #D3D3D3. Windows color (decimal): -7603008 or 12647563. OLE color: 12647563.
HSL color Cylindrical-coordinate representation of color #8BFCC0: hue angle of 148.14º 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 #8BFCC0 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 192 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.01 |
| HSL | 148.14º | 0.95% | 0.77% | - |
| HSV(B) | 148.14º | 0.45% | 0.99% | - |
| XYZ | 54.97 | 78.92 | 62.2 | - |
| YUV | 211.37 | 117.06 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 192 | 0.45 | 0 | 0.24 | 0.01 | 148.14 | 0.95 | 0.77 |
| Hex | 8B | FC | C0 | 2D | 0 | 18 | 1 | 94 | 5F | 4D |
| Octal | 213 | 374 | 300 | 55 | 0 | 30 | 1 | 224 | 137 | 115 |
| Binary | 10001011 | 11111100 | 11000000 | 101101 | 0 | 11000 | 1 | 10010100 | 1011111 | 1001101 |
Color Harmonies of #8BFCC0
Complementary color
Monochromatic Colors of #8BFCC0
Black with #8BFCC0
Text Example
Text Example
White with #8BFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFCC0; }
p { color: rgb(139,252,192); }
H1.HeaderClassName
{
color: #8BFCC0;
}
.AnyTagClassName
{
color: #8BFCC0;
}
</style>
background-color css
<style>
a { background-color: #8BFCC0; }
a { background-color: rgb(139,252,192); }
div.DivClassName
{
background-color: #8BFCC0;
}
.BgClassName
{
background-color: #8BFCC0;
}
</style>
border-color css
<style>
span { border-color: #8BFCC0; }
span { border-color: rgb(139,252,192); }
td.TdClassName
{
border-color: #8BFCC0;
}
.TagClassName
{
border-color: #8BFCC0;
}
</style>