Shades of Aquamarine #91FED4
Tints of Aquamarine #91FED4
RGB
CMYK
RGB Variations
Color information
#91FED4 (or 0x91FED4) is known color: Aquamarine. HEX triplet: 91, FE and D4. RGB value is (145,254,212). Sum of RGB (Red+Green+Blue) = 145+254+212=611 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.73% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #91FED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FED4 is #6E012B. Grayscale: #D8D8D8. Windows color (decimal): -7209260 or 13958801. OLE color: 13958801.
HSL color Cylindrical-coordinate representation of color #91FED4: hue angle of 156.88º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91FED4 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 254 | 212 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.00 |
| HSL | 156.88º | 0.98% | 0.78% | - |
| HSV(B) | 156.88º | 0.43% | 1% | - |
| XYZ | 59 | 81.66 | 74.94 | - |
| YUV | 216.62 | 125.39 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 254 | 212 | 0.43 | 0 | 0.17 | 0.00 | 156.88 | 0.98 | 0.78 |
| Hex | 91 | FE | D4 | 2B | 0 | 11 | 0 | 9D | 62 | 4E |
| Octal | 221 | 376 | 324 | 53 | 0 | 21 | 0 | 235 | 142 | 116 |
| Binary | 10010001 | 11111110 | 11010100 | 101011 | 0 | 10001 | 0 | 10011101 | 1100010 | 1001110 |
Color Harmonies of #91FED4
Complementary color
Monochromatic Colors of #91FED4
Black with #91FED4
Text Example
Text Example
White with #91FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FED4; }
p { color: rgb(145,254,212); }
H1.HeaderClassName
{
color: #91FED4;
}
.AnyTagClassName
{
color: #91FED4;
}
</style>
background-color css
<style>
a { background-color: #91FED4; }
a { background-color: rgb(145,254,212); }
div.DivClassName
{
background-color: #91FED4;
}
.BgClassName
{
background-color: #91FED4;
}
</style>
border-color css
<style>
span { border-color: #91FED4; }
span { border-color: rgb(145,254,212); }
td.TdClassName
{
border-color: #91FED4;
}
.TagClassName
{
border-color: #91FED4;
}
</style>