Shades of Aquamarine #8BFDCB
Tints of Aquamarine #8BFDCB
RGB
CMYK
RGB Variations
Color information
#8BFDCB (or 0x8BFDCB) is known color: Aquamarine. HEX triplet: 8B, FD and CB. RGB value is (139,253,203). Sum of RGB (Red+Green+Blue) = 139+253+203=595 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.36% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFDCB is #740234. Grayscale: #D5D5D5. Windows color (decimal): -7602741 or 13368715. OLE color: 13368715.
HSL color Cylindrical-coordinate representation of color #8BFDCB: hue angle of 153.68º degrees, saturation: 0.97, 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 #8BFDCB is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 203 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.01 |
| HSL | 153.68º | 0.97% | 0.77% | - |
| HSV(B) | 153.68º | 0.45% | 0.99% | - |
| XYZ | 56.55 | 80.05 | 68.97 | - |
| YUV | 213.21 | 122.23 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 203 | 0.45 | 0 | 0.20 | 0.01 | 153.68 | 0.97 | 0.77 |
| Hex | 8B | FD | CB | 2D | 0 | 14 | 1 | 9A | 61 | 4D |
| Octal | 213 | 375 | 313 | 55 | 0 | 24 | 1 | 232 | 141 | 115 |
| Binary | 10001011 | 11111101 | 11001011 | 101101 | 0 | 10100 | 1 | 10011010 | 1100001 | 1001101 |
Color Harmonies of #8BFDCB
Complementary color
Monochromatic Colors of #8BFDCB
Black with #8BFDCB
Text Example
Text Example
White with #8BFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFDCB; }
p { color: rgb(139,253,203); }
H1.HeaderClassName
{
color: #8BFDCB;
}
.AnyTagClassName
{
color: #8BFDCB;
}
</style>
background-color css
<style>
a { background-color: #8BFDCB; }
a { background-color: rgb(139,253,203); }
div.DivClassName
{
background-color: #8BFDCB;
}
.BgClassName
{
background-color: #8BFDCB;
}
</style>
border-color css
<style>
span { border-color: #8BFDCB; }
span { border-color: rgb(139,253,203); }
td.TdClassName
{
border-color: #8BFDCB;
}
.TagClassName
{
border-color: #8BFDCB;
}
</style>