Shades of Aquamarine #9AFFE2
Tints of Aquamarine #9AFFE2
RGB
CMYK
RGB Variations
Color information
#9AFFE2 (or 0x9AFFE2) is known color: Aquamarine. HEX triplet: 9A, FF and E2. RGB value is (154,255,226). Sum of RGB (Red+Green+Blue) = 154+255+226=635 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.25% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFFE2 is #65001D. Grayscale: #DDDDDD. Windows color (decimal): -6619166 or 14876570. OLE color: 14876570.
HSL color Cylindrical-coordinate representation of color #9AFFE2: hue angle of 162.77º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AFFE2 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 226 | - |
| CMYK | 0.40 | 0 | 0.11 | 0 |
| HSL | 162.77º | 1% | 0.8% | - |
| HSV(B) | 162.77º | 0.4% | 1% | - |
| XYZ | 62.81 | 83.88 | 84.83 | - |
| YUV | 221.5 | 130.54 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 226 | 0.40 | 0 | 0.11 | 0 | 162.77 | 1 | 0.8 |
| Hex | 9A | FF | E2 | 28 | 0 | B | 0 | A3 | 64 | 50 |
| Octal | 232 | 377 | 342 | 50 | 0 | 13 | 0 | 243 | 144 | 120 |
| Binary | 10011010 | 11111111 | 11100010 | 101000 | 0 | 1011 | 0 | 10100011 | 1100100 | 1010000 |
Color Harmonies of #9AFFE2
Complementary color
Monochromatic Colors of #9AFFE2
Black with #9AFFE2
Text Example
Text Example
White with #9AFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFFE2; }
p { color: rgb(154,255,226); }
H1.HeaderClassName
{
color: #9AFFE2;
}
.AnyTagClassName
{
color: #9AFFE2;
}
</style>
background-color css
<style>
a { background-color: #9AFFE2; }
a { background-color: rgb(154,255,226); }
div.DivClassName
{
background-color: #9AFFE2;
}
.BgClassName
{
background-color: #9AFFE2;
}
</style>
border-color css
<style>
span { border-color: #9AFFE2; }
span { border-color: rgb(154,255,226); }
td.TdClassName
{
border-color: #9AFFE2;
}
.TagClassName
{
border-color: #9AFFE2;
}
</style>