Shades of Aquamarine #8BF5DF
Tints of Aquamarine #8BF5DF
RGB
CMYK
RGB Variations
Color information
#8BF5DF (or 0x8BF5DF) is known color: Aquamarine. HEX triplet: 8B, F5 and DF. RGB value is (139,245,223). Sum of RGB (Red+Green+Blue) = 139+245+223=607 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.90% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #8BF5DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF5DF is #740A20. Grayscale: #D2D2D2. Windows color (decimal): -7604769 or 14677387. OLE color: 14677387.
HSL color Cylindrical-coordinate representation of color #8BF5DF: hue angle of 167.55º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF5DF is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 139 | 245 | 223 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.04 |
| HSL | 167.55º | 0.84% | 0.75% | - |
| HSV(B) | 167.55º | 0.43% | 0.96% | - |
| XYZ | 56.62 | 76.12 | 81.52 | - |
| YUV | 210.8 | 134.88 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 245 | 223 | 0.43 | 0 | 0.09 | 0.04 | 167.55 | 0.84 | 0.75 |
| Hex | 8B | F5 | DF | 2B | 0 | 9 | 4 | A8 | 54 | 4B |
| Octal | 213 | 365 | 337 | 53 | 0 | 11 | 4 | 250 | 124 | 113 |
| Binary | 10001011 | 11110101 | 11011111 | 101011 | 0 | 1001 | 100 | 10101000 | 1010100 | 1001011 |
Color Harmonies of #8BF5DF
Complementary color
Monochromatic Colors of #8BF5DF
Black with #8BF5DF
Text Example
Text Example
White with #8BF5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF5DF; }
p { color: rgb(139,245,223); }
H1.HeaderClassName
{
color: #8BF5DF;
}
.AnyTagClassName
{
color: #8BF5DF;
}
</style>
background-color css
<style>
a { background-color: #8BF5DF; }
a { background-color: rgb(139,245,223); }
div.DivClassName
{
background-color: #8BF5DF;
}
.BgClassName
{
background-color: #8BF5DF;
}
</style>
border-color css
<style>
span { border-color: #8BF5DF; }
span { border-color: rgb(139,245,223); }
td.TdClassName
{
border-color: #8BF5DF;
}
.TagClassName
{
border-color: #8BF5DF;
}
</style>