Shades of Aquamarine #98FADE
Tints of Aquamarine #98FADE
RGB
CMYK
RGB Variations
Color information
#98FADE (or 0x98FADE) is known color: Aquamarine. HEX triplet: 98, FA and DE. RGB value is (152,250,222). Sum of RGB (Red+Green+Blue) = 152+250+222=624 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.36% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #98FADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FADE is #670521. Grayscale: #D9D9D9. Windows color (decimal): -6751522 or 14613144. OLE color: 14613144.
HSL color Cylindrical-coordinate representation of color #98FADE: hue angle of 162.86º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98FADE is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 250 | 222 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.02 |
| HSL | 162.86º | 0.91% | 0.79% | - |
| HSV(B) | 162.86º | 0.39% | 0.98% | - |
| XYZ | 60.32 | 80.32 | 81.43 | - |
| YUV | 217.51 | 130.53 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 250 | 222 | 0.39 | 0 | 0.11 | 0.02 | 162.86 | 0.91 | 0.79 |
| Hex | 98 | FA | DE | 27 | 0 | B | 2 | A3 | 5B | 4F |
| Octal | 230 | 372 | 336 | 47 | 0 | 13 | 2 | 243 | 133 | 117 |
| Binary | 10011000 | 11111010 | 11011110 | 100111 | 0 | 1011 | 10 | 10100011 | 1011011 | 1001111 |
Color Harmonies of #98FADE
Complementary color
Monochromatic Colors of #98FADE
Black with #98FADE
Text Example
Text Example
White with #98FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FADE; }
p { color: rgb(152,250,222); }
H1.HeaderClassName
{
color: #98FADE;
}
.AnyTagClassName
{
color: #98FADE;
}
</style>
background-color css
<style>
a { background-color: #98FADE; }
a { background-color: rgb(152,250,222); }
div.DivClassName
{
background-color: #98FADE;
}
.BgClassName
{
background-color: #98FADE;
}
</style>
border-color css
<style>
span { border-color: #98FADE; }
span { border-color: rgb(152,250,222); }
td.TdClassName
{
border-color: #98FADE;
}
.TagClassName
{
border-color: #98FADE;
}
</style>