Shades of Aquamarine #99FEDF
Tints of Aquamarine #99FEDF
RGB
CMYK
RGB Variations
Color information
#99FEDF (or 0x99FEDF) is known color: Aquamarine. HEX triplet: 99, FE and DF. RGB value is (153,254,223). Sum of RGB (Red+Green+Blue) = 153+254+223=630 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.29% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #99FEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FEDF is #660120. Grayscale: #DCDCDC. Windows color (decimal): -6684961 or 14679705. OLE color: 14679705.
HSL color Cylindrical-coordinate representation of color #99FEDF: hue angle of 161.58º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FEDF is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 223 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.00 |
| HSL | 161.58º | 0.98% | 0.8% | - |
| HSV(B) | 161.58º | 0.4% | 1% | - |
| XYZ | 61.9 | 82.98 | 82.57 | - |
| YUV | 220.27 | 129.54 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 223 | 0.40 | 0 | 0.12 | 0.00 | 161.58 | 0.98 | 0.8 |
| Hex | 99 | FE | DF | 28 | 0 | C | 0 | A2 | 62 | 50 |
| Octal | 231 | 376 | 337 | 50 | 0 | 14 | 0 | 242 | 142 | 120 |
| Binary | 10011001 | 11111110 | 11011111 | 101000 | 0 | 1100 | 0 | 10100010 | 1100010 | 1010000 |
Color Harmonies of #99FEDF
Complementary color
Monochromatic Colors of #99FEDF
Black with #99FEDF
Text Example
Text Example
White with #99FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FEDF; }
p { color: rgb(153,254,223); }
H1.HeaderClassName
{
color: #99FEDF;
}
.AnyTagClassName
{
color: #99FEDF;
}
</style>
background-color css
<style>
a { background-color: #99FEDF; }
a { background-color: rgb(153,254,223); }
div.DivClassName
{
background-color: #99FEDF;
}
.BgClassName
{
background-color: #99FEDF;
}
</style>
border-color css
<style>
span { border-color: #99FEDF; }
span { border-color: rgb(153,254,223); }
td.TdClassName
{
border-color: #99FEDF;
}
.TagClassName
{
border-color: #99FEDF;
}
</style>