Shades of Aquamarine #98FFE6
Tints of Aquamarine #98FFE6
RGB
CMYK
RGB Variations
Color information
#98FFE6 (or 0x98FFE6) is known color: Aquamarine. HEX triplet: 98, FF and E6. RGB value is (152,255,230). Sum of RGB (Red+Green+Blue) = 152+255+230=637 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.86% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FFE6 is #670019. Grayscale: #DDDDDD. Windows color (decimal): -6750234 or 15138712. OLE color: 15138712.
HSL color Cylindrical-coordinate representation of color #98FFE6: hue angle of 165.44º 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 #98FFE6 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 230 | - |
| CMYK | 0.40 | 0 | 0.10 | 0 |
| HSL | 165.44º | 1% | 0.8% | - |
| HSV(B) | 165.44º | 0.4% | 1% | - |
| XYZ | 62.99 | 83.91 | 87.74 | - |
| YUV | 221.35 | 132.88 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 230 | 0.40 | 0 | 0.10 | 0 | 165.44 | 1 | 0.8 |
| Hex | 98 | FF | E6 | 28 | 0 | A | 0 | A5 | 64 | 50 |
| Octal | 230 | 377 | 346 | 50 | 0 | 12 | 0 | 245 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11100110 | 101000 | 0 | 1010 | 0 | 10100101 | 1100100 | 1010000 |
Color Harmonies of #98FFE6
Complementary color
Monochromatic Colors of #98FFE6
Black with #98FFE6
Text Example
Text Example
White with #98FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFE6; }
p { color: rgb(152,255,230); }
H1.HeaderClassName
{
color: #98FFE6;
}
.AnyTagClassName
{
color: #98FFE6;
}
</style>
background-color css
<style>
a { background-color: #98FFE6; }
a { background-color: rgb(152,255,230); }
div.DivClassName
{
background-color: #98FFE6;
}
.BgClassName
{
background-color: #98FFE6;
}
</style>
border-color css
<style>
span { border-color: #98FFE6; }
span { border-color: rgb(152,255,230); }
td.TdClassName
{
border-color: #98FFE6;
}
.TagClassName
{
border-color: #98FFE6;
}
</style>