Shades of Aquamarine #8BFFCD
Tints of Aquamarine #8BFFCD
RGB
CMYK
RGB Variations
Color information
#8BFFCD (or 0x8BFFCD) is known color: Aquamarine. HEX triplet: 8B, FF and CD. RGB value is (139,255,205). Sum of RGB (Red+Green+Blue) = 139+255+205=599 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.21% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFFCD is #740032. Grayscale: #D6D6D6. Windows color (decimal): -7602227 or 13500299. OLE color: 13500299.
HSL color Cylindrical-coordinate representation of color #8BFFCD: hue angle of 154.14º 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 #8BFFCD is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 255 | 205 | - |
| CMYK | 0.45 | 0 | 0.20 | 0 |
| HSL | 154.14º | 1% | 0.77% | - |
| HSV(B) | 154.14º | 0.45% | 1% | - |
| XYZ | 57.43 | 81.42 | 70.45 | - |
| YUV | 214.62 | 122.57 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 255 | 205 | 0.45 | 0 | 0.20 | 0 | 154.14 | 1 | 0.77 |
| Hex | 8B | FF | CD | 2D | 0 | 14 | 0 | 9A | 64 | 4D |
| Octal | 213 | 377 | 315 | 55 | 0 | 24 | 0 | 232 | 144 | 115 |
| Binary | 10001011 | 11111111 | 11001101 | 101101 | 0 | 10100 | 0 | 10011010 | 1100100 | 1001101 |
Color Harmonies of #8BFFCD
Complementary color
Monochromatic Colors of #8BFFCD
Black with #8BFFCD
Text Example
Text Example
White with #8BFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFFCD; }
p { color: rgb(139,255,205); }
H1.HeaderClassName
{
color: #8BFFCD;
}
.AnyTagClassName
{
color: #8BFFCD;
}
</style>
background-color css
<style>
a { background-color: #8BFFCD; }
a { background-color: rgb(139,255,205); }
div.DivClassName
{
background-color: #8BFFCD;
}
.BgClassName
{
background-color: #8BFFCD;
}
</style>
border-color css
<style>
span { border-color: #8BFFCD; }
span { border-color: rgb(139,255,205); }
td.TdClassName
{
border-color: #8BFFCD;
}
.TagClassName
{
border-color: #8BFFCD;
}
</style>