Shades of Aquamarine #98FFDB
Tints of Aquamarine #98FFDB
RGB
CMYK
RGB Variations
Color information
#98FFDB (or 0x98FFDB) is known color: Aquamarine. HEX triplet: 98, FF and DB. RGB value is (152,255,219). Sum of RGB (Red+Green+Blue) = 152+255+219=626 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.28% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FFDB is #670024. Grayscale: #DCDCDC. Windows color (decimal): -6750245 or 14417816. OLE color: 14417816.
HSL color Cylindrical-coordinate representation of color #98FFDB: hue angle of 159.03º 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 #98FFDB is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 219 | - |
| CMYK | 0.40 | 0 | 0.14 | 0 |
| HSL | 159.03º | 1% | 0.8% | - |
| HSV(B) | 159.03º | 0.4% | 1% | - |
| XYZ | 61.5 | 83.31 | 79.86 | - |
| YUV | 220.1 | 127.38 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 219 | 0.40 | 0 | 0.14 | 0 | 159.03 | 1 | 0.8 |
| Hex | 98 | FF | DB | 28 | 0 | E | 0 | 9F | 64 | 50 |
| Octal | 230 | 377 | 333 | 50 | 0 | 16 | 0 | 237 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11011011 | 101000 | 0 | 1110 | 0 | 10011111 | 1100100 | 1010000 |
Color Harmonies of #98FFDB
Complementary color
Monochromatic Colors of #98FFDB
Black with #98FFDB
Text Example
Text Example
White with #98FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFDB; }
p { color: rgb(152,255,219); }
H1.HeaderClassName
{
color: #98FFDB;
}
.AnyTagClassName
{
color: #98FFDB;
}
</style>
background-color css
<style>
a { background-color: #98FFDB; }
a { background-color: rgb(152,255,219); }
div.DivClassName
{
background-color: #98FFDB;
}
.BgClassName
{
background-color: #98FFDB;
}
</style>
border-color css
<style>
span { border-color: #98FFDB; }
span { border-color: rgb(152,255,219); }
td.TdClassName
{
border-color: #98FFDB;
}
.TagClassName
{
border-color: #98FFDB;
}
</style>