Shades of Aquamarine #8AFBE1
Tints of Aquamarine #8AFBE1
RGB
CMYK
RGB Variations
Color information
#8AFBE1 (or 0x8AFBE1) is known color: Aquamarine. HEX triplet: 8A, FB and E1. RGB value is (138,251,225). Sum of RGB (Red+Green+Blue) = 138+251+225=614 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.48% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBE1 is #75041E. Grayscale: #D6D6D6. Windows color (decimal): -7668767 or 14809994. OLE color: 14809994.
HSL color Cylindrical-coordinate representation of color #8AFBE1: hue angle of 166.19º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFBE1 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 251 | 225 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.02 |
| HSL | 166.19º | 0.93% | 0.76% | - |
| HSV(B) | 166.19º | 0.45% | 0.98% | - |
| XYZ | 58.57 | 79.83 | 83.56 | - |
| YUV | 214.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 251 | 225 | 0.45 | 0 | 0.10 | 0.02 | 166.19 | 0.93 | 0.76 |
| Hex | 8A | FB | E1 | 2D | 0 | A | 2 | A6 | 5D | 4C |
| Octal | 212 | 373 | 341 | 55 | 0 | 12 | 2 | 246 | 135 | 114 |
| Binary | 10001010 | 11111011 | 11100001 | 101101 | 0 | 1010 | 10 | 10100110 | 1011101 | 1001100 |
Color Harmonies of #8AFBE1
Complementary color
Monochromatic Colors of #8AFBE1
Black with #8AFBE1
Text Example
Text Example
White with #8AFBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFBE1; }
p { color: rgb(138,251,225); }
H1.HeaderClassName
{
color: #8AFBE1;
}
.AnyTagClassName
{
color: #8AFBE1;
}
</style>
background-color css
<style>
a { background-color: #8AFBE1; }
a { background-color: rgb(138,251,225); }
div.DivClassName
{
background-color: #8AFBE1;
}
.BgClassName
{
background-color: #8AFBE1;
}
</style>
border-color css
<style>
span { border-color: #8AFBE1; }
span { border-color: rgb(138,251,225); }
td.TdClassName
{
border-color: #8AFBE1;
}
.TagClassName
{
border-color: #8AFBE1;
}
</style>