Shades of Aquamarine #8BF8CF
Tints of Aquamarine #8BF8CF
RGB
CMYK
RGB Variations
Color information
#8BF8CF (or 0x8BF8CF) is known color: Aquamarine. HEX triplet: 8B, F8 and CF. RGB value is (139,248,207). Sum of RGB (Red+Green+Blue) = 139+248+207=594 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.40% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #8BF8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF8CF is #740730. Grayscale: #D2D2D2. Windows color (decimal): -7604017 or 13629579. OLE color: 13629579.
HSL color Cylindrical-coordinate representation of color #8BF8CF: hue angle of 157.43º 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 #8BF8CF is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 139 | 248 | 207 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.03 |
| HSL | 157.43º | 0.89% | 0.76% | - |
| HSV(B) | 157.43º | 0.44% | 0.97% | - |
| XYZ | 55.48 | 77.13 | 70.99 | - |
| YUV | 210.74 | 125.89 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 248 | 207 | 0.44 | 0 | 0.17 | 0.03 | 157.43 | 0.89 | 0.76 |
| Hex | 8B | F8 | CF | 2C | 0 | 11 | 3 | 9D | 59 | 4C |
| Octal | 213 | 370 | 317 | 54 | 0 | 21 | 3 | 235 | 131 | 114 |
| Binary | 10001011 | 11111000 | 11001111 | 101100 | 0 | 10001 | 11 | 10011101 | 1011001 | 1001100 |
Color Harmonies of #8BF8CF
Complementary color
Monochromatic Colors of #8BF8CF
Black with #8BF8CF
Text Example
Text Example
White with #8BF8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF8CF; }
p { color: rgb(139,248,207); }
H1.HeaderClassName
{
color: #8BF8CF;
}
.AnyTagClassName
{
color: #8BF8CF;
}
</style>
background-color css
<style>
a { background-color: #8BF8CF; }
a { background-color: rgb(139,248,207); }
div.DivClassName
{
background-color: #8BF8CF;
}
.BgClassName
{
background-color: #8BF8CF;
}
</style>
border-color css
<style>
span { border-color: #8BF8CF; }
span { border-color: rgb(139,248,207); }
td.TdClassName
{
border-color: #8BF8CF;
}
.TagClassName
{
border-color: #8BF8CF;
}
</style>