Shades of Aquamarine #8BF2DF
Tints of Aquamarine #8BF2DF
RGB
CMYK
RGB Variations
Color information
#8BF2DF (or 0x8BF2DF) is known color: Aquamarine. HEX triplet: 8B, F2 and DF. RGB value is (139,242,223). Sum of RGB (Red+Green+Blue) = 139+242+223=604 (80% of max value = 765). Red value is 139 (54.69% from 255 or 23.01% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF2DF is #740D20. Grayscale: #D1D1D1. Windows color (decimal): -7605537 or 14676619. OLE color: 14676619.
HSL color Cylindrical-coordinate representation of color #8BF2DF: hue angle of 168.93º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF2DF is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 242 | 223 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.05 |
| HSL | 168.93º | 0.8% | 0.75% | - |
| HSV(B) | 168.93º | 0.43% | 0.95% | - |
| XYZ | 55.72 | 74.32 | 81.22 | - |
| YUV | 209.04 | 135.88 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 242 | 223 | 0.43 | 0 | 0.08 | 0.05 | 168.93 | 0.8 | 0.75 |
| Hex | 8B | F2 | DF | 2B | 0 | 8 | 5 | A9 | 50 | 4B |
| Octal | 213 | 362 | 337 | 53 | 0 | 10 | 5 | 251 | 120 | 113 |
| Binary | 10001011 | 11110010 | 11011111 | 101011 | 0 | 1000 | 101 | 10101001 | 1010000 | 1001011 |
Color Harmonies of #8BF2DF
Complementary color
Monochromatic Colors of #8BF2DF
Black with #8BF2DF
Text Example
Text Example
White with #8BF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF2DF; }
p { color: rgb(139,242,223); }
H1.HeaderClassName
{
color: #8BF2DF;
}
.AnyTagClassName
{
color: #8BF2DF;
}
</style>
background-color css
<style>
a { background-color: #8BF2DF; }
a { background-color: rgb(139,242,223); }
div.DivClassName
{
background-color: #8BF2DF;
}
.BgClassName
{
background-color: #8BF2DF;
}
</style>
border-color css
<style>
span { border-color: #8BF2DF; }
span { border-color: rgb(139,242,223); }
td.TdClassName
{
border-color: #8BF2DF;
}
.TagClassName
{
border-color: #8BF2DF;
}
</style>