Shades of Aquamarine #98FFDA
Tints of Aquamarine #98FFDA
RGB
CMYK
RGB Variations
Color information
#98FFDA (or 0x98FFDA) is known color: Aquamarine. HEX triplet: 98, FF and DA. RGB value is (152,255,218). Sum of RGB (Red+Green+Blue) = 152+255+218=625 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.32% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FFDA is #670025. Grayscale: #DCDCDC. Windows color (decimal): -6750246 or 14352280. OLE color: 14352280.
HSL color Cylindrical-coordinate representation of color #98FFDA: hue angle of 158.45º 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 #98FFDA is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 218 | - |
| CMYK | 0.40 | 0 | 0.15 | 0 |
| HSL | 158.45º | 1% | 0.8% | - |
| HSV(B) | 158.45º | 0.4% | 1% | - |
| XYZ | 61.36 | 83.26 | 79.17 | - |
| YUV | 219.99 | 126.88 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 218 | 0.40 | 0 | 0.15 | 0 | 158.45 | 1 | 0.8 |
| Hex | 98 | FF | DA | 28 | 0 | F | 0 | 9E | 64 | 50 |
| Octal | 230 | 377 | 332 | 50 | 0 | 17 | 0 | 236 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11011010 | 101000 | 0 | 1111 | 0 | 10011110 | 1100100 | 1010000 |
Color Harmonies of #98FFDA
Complementary color
Monochromatic Colors of #98FFDA
Black with #98FFDA
Text Example
Text Example
White with #98FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFDA; }
p { color: rgb(152,255,218); }
H1.HeaderClassName
{
color: #98FFDA;
}
.AnyTagClassName
{
color: #98FFDA;
}
</style>
background-color css
<style>
a { background-color: #98FFDA; }
a { background-color: rgb(152,255,218); }
div.DivClassName
{
background-color: #98FFDA;
}
.BgClassName
{
background-color: #98FFDA;
}
</style>
border-color css
<style>
span { border-color: #98FFDA; }
span { border-color: rgb(152,255,218); }
td.TdClassName
{
border-color: #98FFDA;
}
.TagClassName
{
border-color: #98FFDA;
}
</style>