Shades of Aquamarine #9AFFE6
Tints of Aquamarine #9AFFE6
RGB
CMYK
RGB Variations
Color information
#9AFFE6 (or 0x9AFFE6) is known color: Aquamarine. HEX triplet: 9A, FF and E6. RGB value is (154,255,230). Sum of RGB (Red+Green+Blue) = 154+255+230=639 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.10% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFE6 is #650019. Grayscale: #DDDDDD. Windows color (decimal): -6619162 or 15138714. OLE color: 15138714.
HSL color Cylindrical-coordinate representation of color #9AFFE6: hue angle of 165.15º 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 #9AFFE6 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 230 | - |
| CMYK | 0.40 | 0 | 0.10 | 0 |
| HSL | 165.15º | 1% | 0.8% | - |
| HSV(B) | 165.15º | 0.4% | 1% | - |
| XYZ | 63.37 | 84.1 | 87.76 | - |
| YUV | 221.95 | 132.54 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 230 | 0.40 | 0 | 0.10 | 0 | 165.15 | 1 | 0.8 |
| Hex | 9A | FF | E6 | 28 | 0 | A | 0 | A5 | 64 | 50 |
| Octal | 232 | 377 | 346 | 50 | 0 | 12 | 0 | 245 | 144 | 120 |
| Binary | 10011010 | 11111111 | 11100110 | 101000 | 0 | 1010 | 0 | 10100101 | 1100100 | 1010000 |
Color Harmonies of #9AFFE6
Complementary color
Monochromatic Colors of #9AFFE6
Black with #9AFFE6
Text Example
Text Example
White with #9AFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFFE6; }
p { color: rgb(154,255,230); }
H1.HeaderClassName
{
color: #9AFFE6;
}
.AnyTagClassName
{
color: #9AFFE6;
}
</style>
background-color css
<style>
a { background-color: #9AFFE6; }
a { background-color: rgb(154,255,230); }
div.DivClassName
{
background-color: #9AFFE6;
}
.BgClassName
{
background-color: #9AFFE6;
}
</style>
border-color css
<style>
span { border-color: #9AFFE6; }
span { border-color: rgb(154,255,230); }
td.TdClassName
{
border-color: #9AFFE6;
}
.TagClassName
{
border-color: #9AFFE6;
}
</style>