Shades of Aquamarine #8BF0DF
Tints of Aquamarine #8BF0DF
RGB
CMYK
RGB Variations
Color information
#8BF0DF (or 0x8BF0DF) is known color: Aquamarine. HEX triplet: 8B, F0 and DF. RGB value is (139,240,223). Sum of RGB (Red+Green+Blue) = 139+240+223=602 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.09% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF0DF is #740F20. Grayscale: #CFCFCF. Windows color (decimal): -7606049 or 14676107. OLE color: 14676107.
HSL color Cylindrical-coordinate representation of color #8BF0DF: hue angle of 169.9º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BF0DF is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 240 | 223 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.06 |
| HSL | 169.9º | 0.77% | 0.74% | - |
| HSV(B) | 169.9º | 0.42% | 0.94% | - |
| XYZ | 55.13 | 73.14 | 81.02 | - |
| YUV | 207.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 240 | 223 | 0.42 | 0 | 0.07 | 0.06 | 169.9 | 0.77 | 0.74 |
| Hex | 8B | F0 | DF | 2A | 0 | 7 | 6 | AA | 4D | 4A |
| Octal | 213 | 360 | 337 | 52 | 0 | 7 | 6 | 252 | 115 | 112 |
| Binary | 10001011 | 11110000 | 11011111 | 101010 | 0 | 111 | 110 | 10101010 | 1001101 | 1001010 |
Color Harmonies of #8BF0DF
Complementary color
Monochromatic Colors of #8BF0DF
Black with #8BF0DF
Text Example
Text Example
White with #8BF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF0DF; }
p { color: rgb(139,240,223); }
H1.HeaderClassName
{
color: #8BF0DF;
}
.AnyTagClassName
{
color: #8BF0DF;
}
</style>
background-color css
<style>
a { background-color: #8BF0DF; }
a { background-color: rgb(139,240,223); }
div.DivClassName
{
background-color: #8BF0DF;
}
.BgClassName
{
background-color: #8BF0DF;
}
</style>
border-color css
<style>
span { border-color: #8BF0DF; }
span { border-color: rgb(139,240,223); }
td.TdClassName
{
border-color: #8BF0DF;
}
.TagClassName
{
border-color: #8BF0DF;
}
</style>