Shades of Aquamarine #98FFDD
Tints of Aquamarine #98FFDD
RGB
CMYK
RGB Variations
Color information
#98FFDD (or 0x98FFDD) is known color: Aquamarine. HEX triplet: 98, FF and DD. RGB value is (152,255,221). Sum of RGB (Red+Green+Blue) = 152+255+221=628 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.20% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FFDD is #670022. Grayscale: #DCDCDC. Windows color (decimal): -6750243 or 14548888. OLE color: 14548888.
HSL color Cylindrical-coordinate representation of color #98FFDD: hue angle of 160.19º 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 #98FFDD is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 221 | - |
| CMYK | 0.40 | 0 | 0.13 | 0 |
| HSL | 160.19º | 1% | 0.8% | - |
| HSV(B) | 160.19º | 0.4% | 1% | - |
| XYZ | 61.76 | 83.42 | 81.25 | - |
| YUV | 220.33 | 128.38 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 221 | 0.40 | 0 | 0.13 | 0 | 160.19 | 1 | 0.8 |
| Hex | 98 | FF | DD | 28 | 0 | D | 0 | A0 | 64 | 50 |
| Octal | 230 | 377 | 335 | 50 | 0 | 15 | 0 | 240 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11011101 | 101000 | 0 | 1101 | 0 | 10100000 | 1100100 | 1010000 |
Color Harmonies of #98FFDD
Complementary color
Monochromatic Colors of #98FFDD
Black with #98FFDD
Text Example
Text Example
White with #98FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFDD; }
p { color: rgb(152,255,221); }
H1.HeaderClassName
{
color: #98FFDD;
}
.AnyTagClassName
{
color: #98FFDD;
}
</style>
background-color css
<style>
a { background-color: #98FFDD; }
a { background-color: rgb(152,255,221); }
div.DivClassName
{
background-color: #98FFDD;
}
.BgClassName
{
background-color: #98FFDD;
}
</style>
border-color css
<style>
span { border-color: #98FFDD; }
span { border-color: rgb(152,255,221); }
td.TdClassName
{
border-color: #98FFDD;
}
.TagClassName
{
border-color: #98FFDD;
}
</style>