Shades of Aquamarine #91FAC0
Tints of Aquamarine #91FAC0
RGB
CMYK
RGB Variations
Color information
#91FAC0 (or 0x91FAC0) is known color: Aquamarine. HEX triplet: 91, FA and C0. RGB value is (145,250,192). Sum of RGB (Red+Green+Blue) = 145+250+192=587 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.70% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #91FAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FAC0 is #6E053F. Grayscale: #D4D4D4. Windows color (decimal): -7210304 or 12647057. OLE color: 12647057.
HSL color Cylindrical-coordinate representation of color #91FAC0: hue angle of 146.86º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FAC0 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 192 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.02 |
| HSL | 146.86º | 0.91% | 0.77% | - |
| HSV(B) | 146.86º | 0.42% | 0.98% | - |
| XYZ | 55.38 | 78.2 | 62.04 | - |
| YUV | 211.99 | 116.71 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 192 | 0.42 | 0 | 0.23 | 0.02 | 146.86 | 0.91 | 0.77 |
| Hex | 91 | FA | C0 | 2A | 0 | 17 | 2 | 93 | 5B | 4D |
| Octal | 221 | 372 | 300 | 52 | 0 | 27 | 2 | 223 | 133 | 115 |
| Binary | 10010001 | 11111010 | 11000000 | 101010 | 0 | 10111 | 10 | 10010011 | 1011011 | 1001101 |
Color Harmonies of #91FAC0
Complementary color
Monochromatic Colors of #91FAC0
Black with #91FAC0
Text Example
Text Example
White with #91FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FAC0; }
p { color: rgb(145,250,192); }
H1.HeaderClassName
{
color: #91FAC0;
}
.AnyTagClassName
{
color: #91FAC0;
}
</style>
background-color css
<style>
a { background-color: #91FAC0; }
a { background-color: rgb(145,250,192); }
div.DivClassName
{
background-color: #91FAC0;
}
.BgClassName
{
background-color: #91FAC0;
}
</style>
border-color css
<style>
span { border-color: #91FAC0; }
span { border-color: rgb(145,250,192); }
td.TdClassName
{
border-color: #91FAC0;
}
.TagClassName
{
border-color: #91FAC0;
}
</style>