Shades of Aquamarine #91F0D9
Tints of Aquamarine #91F0D9
RGB
CMYK
RGB Variations
Color information
#91F0D9 (or 0x91F0D9) is known color: Aquamarine. HEX triplet: 91, F0 and D9. RGB value is (145,240,217). Sum of RGB (Red+Green+Blue) = 145+240+217=602 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.09% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #91F0D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F0D9 is #6E0F26. Grayscale: #D0D0D0. Windows color (decimal): -7212839 or 14282897. OLE color: 14282897.
HSL color Cylindrical-coordinate representation of color #91F0D9: hue angle of 165.47º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91F0D9 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 240 | 217 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.06 |
| HSL | 165.47º | 0.76% | 0.75% | - |
| HSV(B) | 165.47º | 0.4% | 0.94% | - |
| XYZ | 55.36 | 73.35 | 76.89 | - |
| YUV | 208.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 240 | 217 | 0.40 | 0 | 0.10 | 0.06 | 165.47 | 0.76 | 0.75 |
| Hex | 91 | F0 | D9 | 28 | 0 | A | 6 | A5 | 4C | 4B |
| Octal | 221 | 360 | 331 | 50 | 0 | 12 | 6 | 245 | 114 | 113 |
| Binary | 10010001 | 11110000 | 11011001 | 101000 | 0 | 1010 | 110 | 10100101 | 1001100 | 1001011 |
Color Harmonies of #91F0D9
Complementary color
Monochromatic Colors of #91F0D9
Black with #91F0D9
Text Example
Text Example
White with #91F0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F0D9; }
p { color: rgb(145,240,217); }
H1.HeaderClassName
{
color: #91F0D9;
}
.AnyTagClassName
{
color: #91F0D9;
}
</style>
background-color css
<style>
a { background-color: #91F0D9; }
a { background-color: rgb(145,240,217); }
div.DivClassName
{
background-color: #91F0D9;
}
.BgClassName
{
background-color: #91F0D9;
}
</style>
border-color css
<style>
span { border-color: #91F0D9; }
span { border-color: rgb(145,240,217); }
td.TdClassName
{
border-color: #91F0D9;
}
.TagClassName
{
border-color: #91F0D9;
}
</style>