Shades of Aquamarine #8CFFBD
Tints of Aquamarine #8CFFBD
RGB
CMYK
RGB Variations
Color information
#8CFFBD (or 0x8CFFBD) is known color: Aquamarine. HEX triplet: 8C, FF and BD. RGB value is (140,255,189). Sum of RGB (Red+Green+Blue) = 140+255+189=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFBD is #730042. Grayscale: #D5D5D5. Windows color (decimal): -7536707 or 12451724. OLE color: 12451724.
HSL color Cylindrical-coordinate representation of color #8CFFBD: hue angle of 145.57º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFFBD is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 189 | - |
| CMYK | 0.45 | 0 | 0.26 | 0 |
| HSL | 145.57º | 1% | 0.77% | - |
| HSV(B) | 145.57º | 0.45% | 1% | - |
| XYZ | 55.76 | 80.77 | 60.8 | - |
| YUV | 213.09 | 114.4 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 189 | 0.45 | 0 | 0.26 | 0 | 145.57 | 1 | 0.77 |
| Hex | 8C | FF | BD | 2D | 0 | 1A | 0 | 92 | 64 | 4D |
| Octal | 214 | 377 | 275 | 55 | 0 | 32 | 0 | 222 | 144 | 115 |
| Binary | 10001100 | 11111111 | 10111101 | 101101 | 0 | 11010 | 0 | 10010010 | 1100100 | 1001101 |
Color Harmonies of #8CFFBD
Complementary color
Monochromatic Colors of #8CFFBD
Black with #8CFFBD
Text Example
Text Example
White with #8CFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFBD; }
p { color: rgb(140,255,189); }
H1.HeaderClassName
{
color: #8CFFBD;
}
.AnyTagClassName
{
color: #8CFFBD;
}
</style>
background-color css
<style>
a { background-color: #8CFFBD; }
a { background-color: rgb(140,255,189); }
div.DivClassName
{
background-color: #8CFFBD;
}
.BgClassName
{
background-color: #8CFFBD;
}
</style>
border-color css
<style>
span { border-color: #8CFFBD; }
span { border-color: rgb(140,255,189); }
td.TdClassName
{
border-color: #8CFFBD;
}
.TagClassName
{
border-color: #8CFFBD;
}
</style>