Shades of Aquamarine #8BFFCB
Tints of Aquamarine #8BFFCB
RGB
CMYK
RGB Variations
Color information
#8BFFCB (or 0x8BFFCB) is known color: Aquamarine. HEX triplet: 8B, FF and CB. RGB value is (139,255,203). Sum of RGB (Red+Green+Blue) = 139+255+203=597 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.28% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFFCB is #740034. Grayscale: #D6D6D6. Windows color (decimal): -7602229 or 13369227. OLE color: 13369227.
HSL color Cylindrical-coordinate representation of color #8BFFCB: hue angle of 153.1º 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 #8BFFCB is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 255 | 203 | - |
| CMYK | 0.45 | 0 | 0.20 | 0 |
| HSL | 153.1º | 1% | 0.77% | - |
| HSV(B) | 153.1º | 0.45% | 1% | - |
| XYZ | 57.19 | 81.32 | 69.18 | - |
| YUV | 214.39 | 121.57 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 255 | 203 | 0.45 | 0 | 0.20 | 0 | 153.1 | 1 | 0.77 |
| Hex | 8B | FF | CB | 2D | 0 | 14 | 0 | 99 | 64 | 4D |
| Octal | 213 | 377 | 313 | 55 | 0 | 24 | 0 | 231 | 144 | 115 |
| Binary | 10001011 | 11111111 | 11001011 | 101101 | 0 | 10100 | 0 | 10011001 | 1100100 | 1001101 |
Color Harmonies of #8BFFCB
Complementary color
Monochromatic Colors of #8BFFCB
Black with #8BFFCB
Text Example
Text Example
White with #8BFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFFCB; }
p { color: rgb(139,255,203); }
H1.HeaderClassName
{
color: #8BFFCB;
}
.AnyTagClassName
{
color: #8BFFCB;
}
</style>
background-color css
<style>
a { background-color: #8BFFCB; }
a { background-color: rgb(139,255,203); }
div.DivClassName
{
background-color: #8BFFCB;
}
.BgClassName
{
background-color: #8BFFCB;
}
</style>
border-color css
<style>
span { border-color: #8BFFCB; }
span { border-color: rgb(139,255,203); }
td.TdClassName
{
border-color: #8BFFCB;
}
.TagClassName
{
border-color: #8BFFCB;
}
</style>