Shades of Aquamarine #8BF8CB
Tints of Aquamarine #8BF8CB
RGB
CMYK
RGB Variations
Color information
#8BF8CB (or 0x8BF8CB) is known color: Aquamarine. HEX triplet: 8B, F8 and CB. RGB value is (139,248,203). Sum of RGB (Red+Green+Blue) = 139+248+203=590 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.56% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #8BF8CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF8CB is #740734. Grayscale: #D2D2D2. Windows color (decimal): -7604021 or 13367435. OLE color: 13367435.
HSL color Cylindrical-coordinate representation of color #8BF8CB: hue angle of 155.23º degrees, saturation: 0.89, 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 #8BF8CB is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 139 | 248 | 203 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.03 |
| HSL | 155.23º | 0.89% | 0.76% | - |
| HSV(B) | 155.23º | 0.44% | 0.97% | - |
| XYZ | 54.99 | 76.94 | 68.45 | - |
| YUV | 210.28 | 123.89 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 248 | 203 | 0.44 | 0 | 0.18 | 0.03 | 155.23 | 0.89 | 0.76 |
| Hex | 8B | F8 | CB | 2C | 0 | 12 | 3 | 9B | 59 | 4C |
| Octal | 213 | 370 | 313 | 54 | 0 | 22 | 3 | 233 | 131 | 114 |
| Binary | 10001011 | 11111000 | 11001011 | 101100 | 0 | 10010 | 11 | 10011011 | 1011001 | 1001100 |
Color Harmonies of #8BF8CB
Complementary color
Monochromatic Colors of #8BF8CB
Black with #8BF8CB
Text Example
Text Example
White with #8BF8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF8CB; }
p { color: rgb(139,248,203); }
H1.HeaderClassName
{
color: #8BF8CB;
}
.AnyTagClassName
{
color: #8BF8CB;
}
</style>
background-color css
<style>
a { background-color: #8BF8CB; }
a { background-color: rgb(139,248,203); }
div.DivClassName
{
background-color: #8BF8CB;
}
.BgClassName
{
background-color: #8BF8CB;
}
</style>
border-color css
<style>
span { border-color: #8BF8CB; }
span { border-color: rgb(139,248,203); }
td.TdClassName
{
border-color: #8BF8CB;
}
.TagClassName
{
border-color: #8BF8CB;
}
</style>