Shades of Aquamarine #98FCDF
Tints of Aquamarine #98FCDF
RGB
CMYK
RGB Variations
Color information
#98FCDF (or 0x98FCDF) is known color: Aquamarine. HEX triplet: 98, FC and DF. RGB value is (152,252,223). Sum of RGB (Red+Green+Blue) = 152+252+223=627 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.24% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #98FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FCDF is #670320. Grayscale: #DADADA. Windows color (decimal): -6751009 or 14679192. OLE color: 14679192.
HSL color Cylindrical-coordinate representation of color #98FCDF: hue angle of 162.6º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FCDF is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 252 | 223 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.01 |
| HSL | 162.6º | 0.94% | 0.79% | - |
| HSV(B) | 162.6º | 0.4% | 0.99% | - |
| XYZ | 61.08 | 81.62 | 82.35 | - |
| YUV | 218.79 | 130.37 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 252 | 223 | 0.40 | 0 | 0.12 | 0.01 | 162.6 | 0.94 | 0.79 |
| Hex | 98 | FC | DF | 28 | 0 | C | 1 | A3 | 5E | 4F |
| Octal | 230 | 374 | 337 | 50 | 0 | 14 | 1 | 243 | 136 | 117 |
| Binary | 10011000 | 11111100 | 11011111 | 101000 | 0 | 1100 | 1 | 10100011 | 1011110 | 1001111 |
Color Harmonies of #98FCDF
Complementary color
Monochromatic Colors of #98FCDF
Black with #98FCDF
Text Example
Text Example
White with #98FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FCDF; }
p { color: rgb(152,252,223); }
H1.HeaderClassName
{
color: #98FCDF;
}
.AnyTagClassName
{
color: #98FCDF;
}
</style>
background-color css
<style>
a { background-color: #98FCDF; }
a { background-color: rgb(152,252,223); }
div.DivClassName
{
background-color: #98FCDF;
}
.BgClassName
{
background-color: #98FCDF;
}
</style>
border-color css
<style>
span { border-color: #98FCDF; }
span { border-color: rgb(152,252,223); }
td.TdClassName
{
border-color: #98FCDF;
}
.TagClassName
{
border-color: #98FCDF;
}
</style>