Shades of Aquamarine #98F7E1
Tints of Aquamarine #98F7E1
RGB
CMYK
RGB Variations
Color information
#98F7E1 (or 0x98F7E1) is known color: Aquamarine. HEX triplet: 98, F7 and E1. RGB value is (152,247,225). Sum of RGB (Red+Green+Blue) = 152+247+225=624 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.36% from 624); Green value is 247 (96.88% from 255 or 39.58% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 247 - color contains mainly: green. Hex color #98F7E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F7E1 is #67081E. Grayscale: #D8D8D8. Windows color (decimal): -6752287 or 14808984. OLE color: 14808984.
HSL color Cylindrical-coordinate representation of color #98F7E1: hue angle of 166.11º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98F7E1 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 247 | 225 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.03 |
| HSL | 166.11º | 0.86% | 0.78% | - |
| HSV(B) | 166.11º | 0.38% | 0.97% | - |
| XYZ | 59.8 | 78.63 | 83.26 | - |
| YUV | 216.09 | 133.03 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 247 | 225 | 0.38 | 0 | 0.09 | 0.03 | 166.11 | 0.86 | 0.78 |
| Hex | 98 | F7 | E1 | 26 | 0 | 9 | 3 | A6 | 56 | 4E |
| Octal | 230 | 367 | 341 | 46 | 0 | 11 | 3 | 246 | 126 | 116 |
| Binary | 10011000 | 11110111 | 11100001 | 100110 | 0 | 1001 | 11 | 10100110 | 1010110 | 1001110 |
Color Harmonies of #98F7E1
Complementary color
Monochromatic Colors of #98F7E1
Black with #98F7E1
Text Example
Text Example
White with #98F7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F7E1; }
p { color: rgb(152,247,225); }
H1.HeaderClassName
{
color: #98F7E1;
}
.AnyTagClassName
{
color: #98F7E1;
}
</style>
background-color css
<style>
a { background-color: #98F7E1; }
a { background-color: rgb(152,247,225); }
div.DivClassName
{
background-color: #98F7E1;
}
.BgClassName
{
background-color: #98F7E1;
}
</style>
border-color css
<style>
span { border-color: #98F7E1; }
span { border-color: rgb(152,247,225); }
td.TdClassName
{
border-color: #98F7E1;
}
.TagClassName
{
border-color: #98F7E1;
}
</style>