Shades of Aquamarine #8BFBDF
Tints of Aquamarine #8BFBDF
RGB
CMYK
RGB Variations
Color information
#8BFBDF (or 0x8BFBDF) is known color: Aquamarine. HEX triplet: 8B, FB and DF. RGB value is (139,251,223). Sum of RGB (Red+Green+Blue) = 139+251+223=613 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.68% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFBDF is #740420. Grayscale: #D6D6D6. Windows color (decimal): -7603233 or 14678923. OLE color: 14678923.
HSL color Cylindrical-coordinate representation of color #8BFBDF: hue angle of 165º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFBDF is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 251 | 223 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.02 |
| HSL | 165º | 0.93% | 0.76% | - |
| HSV(B) | 165º | 0.45% | 0.98% | - |
| XYZ | 58.46 | 79.81 | 82.14 | - |
| YUV | 214.32 | 132.89 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 251 | 223 | 0.45 | 0 | 0.11 | 0.02 | 165 | 0.93 | 0.76 |
| Hex | 8B | FB | DF | 2D | 0 | B | 2 | A5 | 5D | 4C |
| Octal | 213 | 373 | 337 | 55 | 0 | 13 | 2 | 245 | 135 | 114 |
| Binary | 10001011 | 11111011 | 11011111 | 101101 | 0 | 1011 | 10 | 10100101 | 1011101 | 1001100 |
Color Harmonies of #8BFBDF
Complementary color
Monochromatic Colors of #8BFBDF
Black with #8BFBDF
Text Example
Text Example
White with #8BFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFBDF; }
p { color: rgb(139,251,223); }
H1.HeaderClassName
{
color: #8BFBDF;
}
.AnyTagClassName
{
color: #8BFBDF;
}
</style>
background-color css
<style>
a { background-color: #8BFBDF; }
a { background-color: rgb(139,251,223); }
div.DivClassName
{
background-color: #8BFBDF;
}
.BgClassName
{
background-color: #8BFBDF;
}
</style>
border-color css
<style>
span { border-color: #8BFBDF; }
span { border-color: rgb(139,251,223); }
td.TdClassName
{
border-color: #8BFBDF;
}
.TagClassName
{
border-color: #8BFBDF;
}
</style>