Shades of Aquamarine #8BF7CB
Tints of Aquamarine #8BF7CB
RGB
CMYK
RGB Variations
Color information
#8BF7CB (or 0x8BF7CB) is known color: Aquamarine. HEX triplet: 8B, F7 and CB. RGB value is (139,247,203). Sum of RGB (Red+Green+Blue) = 139+247+203=589 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.60% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #8BF7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF7CB is #740834. Grayscale: #D1D1D1. Windows color (decimal): -7604277 or 13367179. OLE color: 13367179.
HSL color Cylindrical-coordinate representation of color #8BF7CB: hue angle of 155.56º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BF7CB is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 139 | 247 | 203 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.03 |
| HSL | 155.56º | 0.87% | 0.76% | - |
| HSV(B) | 155.56º | 0.44% | 0.97% | - |
| XYZ | 54.69 | 76.32 | 68.35 | - |
| YUV | 209.69 | 124.22 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 247 | 203 | 0.44 | 0 | 0.18 | 0.03 | 155.56 | 0.87 | 0.76 |
| Hex | 8B | F7 | CB | 2C | 0 | 12 | 3 | 9C | 57 | 4C |
| Octal | 213 | 367 | 313 | 54 | 0 | 22 | 3 | 234 | 127 | 114 |
| Binary | 10001011 | 11110111 | 11001011 | 101100 | 0 | 10010 | 11 | 10011100 | 1010111 | 1001100 |
Color Harmonies of #8BF7CB
Complementary color
Monochromatic Colors of #8BF7CB
Black with #8BF7CB
Text Example
Text Example
White with #8BF7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF7CB; }
p { color: rgb(139,247,203); }
H1.HeaderClassName
{
color: #8BF7CB;
}
.AnyTagClassName
{
color: #8BF7CB;
}
</style>
background-color css
<style>
a { background-color: #8BF7CB; }
a { background-color: rgb(139,247,203); }
div.DivClassName
{
background-color: #8BF7CB;
}
.BgClassName
{
background-color: #8BF7CB;
}
</style>
border-color css
<style>
span { border-color: #8BF7CB; }
span { border-color: rgb(139,247,203); }
td.TdClassName
{
border-color: #8BF7CB;
}
.TagClassName
{
border-color: #8BF7CB;
}
</style>