Shades of Aquamarine #99FDE5
Tints of Aquamarine #99FDE5
RGB
CMYK
RGB Variations
Color information
#99FDE5 (or 0x99FDE5) is known color: Aquamarine. HEX triplet: 99, FD and E5. RGB value is (153,253,229). Sum of RGB (Red+Green+Blue) = 153+253+229=635 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.09% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #99FDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FDE5 is #66021A. Grayscale: #DCDCDC. Windows color (decimal): -6685211 or 15072665. OLE color: 15072665.
HSL color Cylindrical-coordinate representation of color #99FDE5: hue angle of 165.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FDE5 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 253 | 229 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.01 |
| HSL | 165.6º | 0.96% | 0.8% | - |
| HSV(B) | 165.6º | 0.4% | 0.99% | - |
| XYZ | 62.41 | 82.68 | 86.8 | - |
| YUV | 220.36 | 132.87 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 253 | 229 | 0.40 | 0 | 0.09 | 0.01 | 165.6 | 0.96 | 0.8 |
| Hex | 99 | FD | E5 | 28 | 0 | 9 | 1 | A6 | 60 | 50 |
| Octal | 231 | 375 | 345 | 50 | 0 | 11 | 1 | 246 | 140 | 120 |
| Binary | 10011001 | 11111101 | 11100101 | 101000 | 0 | 1001 | 1 | 10100110 | 1100000 | 1010000 |
Color Harmonies of #99FDE5
Complementary color
Monochromatic Colors of #99FDE5
Black with #99FDE5
Text Example
Text Example
White with #99FDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FDE5; }
p { color: rgb(153,253,229); }
H1.HeaderClassName
{
color: #99FDE5;
}
.AnyTagClassName
{
color: #99FDE5;
}
</style>
background-color css
<style>
a { background-color: #99FDE5; }
a { background-color: rgb(153,253,229); }
div.DivClassName
{
background-color: #99FDE5;
}
.BgClassName
{
background-color: #99FDE5;
}
</style>
border-color css
<style>
span { border-color: #99FDE5; }
span { border-color: rgb(153,253,229); }
td.TdClassName
{
border-color: #99FDE5;
}
.TagClassName
{
border-color: #99FDE5;
}
</style>