Shades of Aquamarine #8BFADF
Tints of Aquamarine #8BFADF
RGB
CMYK
RGB Variations
Color information
#8BFADF (or 0x8BFADF) is known color: Aquamarine. HEX triplet: 8B, FA and DF. RGB value is (139,250,223). Sum of RGB (Red+Green+Blue) = 139+250+223=612 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.71% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFADF is #740520. Grayscale: #D5D5D5. Windows color (decimal): -7603489 or 14678667. OLE color: 14678667.
HSL color Cylindrical-coordinate representation of color #8BFADF: hue angle of 165.41º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BFADF is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 223 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.02 |
| HSL | 165.41º | 0.92% | 0.76% | - |
| HSV(B) | 165.41º | 0.44% | 0.98% | - |
| XYZ | 58.15 | 79.19 | 82.03 | - |
| YUV | 213.73 | 133.23 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 223 | 0.44 | 0 | 0.11 | 0.02 | 165.41 | 0.92 | 0.76 |
| Hex | 8B | FA | DF | 2C | 0 | B | 2 | A5 | 5C | 4C |
| Octal | 213 | 372 | 337 | 54 | 0 | 13 | 2 | 245 | 134 | 114 |
| Binary | 10001011 | 11111010 | 11011111 | 101100 | 0 | 1011 | 10 | 10100101 | 1011100 | 1001100 |
Color Harmonies of #8BFADF
Complementary color
Monochromatic Colors of #8BFADF
Black with #8BFADF
Text Example
Text Example
White with #8BFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFADF; }
p { color: rgb(139,250,223); }
H1.HeaderClassName
{
color: #8BFADF;
}
.AnyTagClassName
{
color: #8BFADF;
}
</style>
background-color css
<style>
a { background-color: #8BFADF; }
a { background-color: rgb(139,250,223); }
div.DivClassName
{
background-color: #8BFADF;
}
.BgClassName
{
background-color: #8BFADF;
}
</style>
border-color css
<style>
span { border-color: #8BFADF; }
span { border-color: rgb(139,250,223); }
td.TdClassName
{
border-color: #8BFADF;
}
.TagClassName
{
border-color: #8BFADF;
}
</style>