Shades of Aquamarine #98FFDF
Tints of Aquamarine #98FFDF
RGB
CMYK
RGB Variations
Color information
#98FFDF (or 0x98FFDF) is known color: Aquamarine. HEX triplet: 98, FF and DF. RGB value is (152,255,223). Sum of RGB (Red+Green+Blue) = 152+255+223=630 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.13% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FFDF is #670020. Grayscale: #DCDCDC. Windows color (decimal): -6750241 or 14679960. OLE color: 14679960.
HSL color Cylindrical-coordinate representation of color #98FFDF: hue angle of 161.36º 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 #98FFDF is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 223 | - |
| CMYK | 0.40 | 0 | 0.13 | 0 |
| HSL | 161.36º | 1% | 0.8% | - |
| HSV(B) | 161.36º | 0.4% | 1% | - |
| XYZ | 62.03 | 83.52 | 82.66 | - |
| YUV | 220.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 223 | 0.40 | 0 | 0.13 | 0 | 161.36 | 1 | 0.8 |
| Hex | 98 | FF | DF | 28 | 0 | D | 0 | A1 | 64 | 50 |
| Octal | 230 | 377 | 337 | 50 | 0 | 15 | 0 | 241 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11011111 | 101000 | 0 | 1101 | 0 | 10100001 | 1100100 | 1010000 |
Color Harmonies of #98FFDF
Complementary color
Monochromatic Colors of #98FFDF
Black with #98FFDF
Text Example
Text Example
White with #98FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFDF; }
p { color: rgb(152,255,223); }
H1.HeaderClassName
{
color: #98FFDF;
}
.AnyTagClassName
{
color: #98FFDF;
}
</style>
background-color css
<style>
a { background-color: #98FFDF; }
a { background-color: rgb(152,255,223); }
div.DivClassName
{
background-color: #98FFDF;
}
.BgClassName
{
background-color: #98FFDF;
}
</style>
border-color css
<style>
span { border-color: #98FFDF; }
span { border-color: rgb(152,255,223); }
td.TdClassName
{
border-color: #98FFDF;
}
.TagClassName
{
border-color: #98FFDF;
}
</style>