Shades of Aquamarine #91FAC5
Tints of Aquamarine #91FAC5
RGB
CMYK
RGB Variations
Color information
#91FAC5 (or 0x91FAC5) is known color: Aquamarine. HEX triplet: 91, FA and C5. RGB value is (145,250,197). Sum of RGB (Red+Green+Blue) = 145+250+197=592 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.49% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #91FAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FAC5 is #6E053A. Grayscale: #D4D4D4. Windows color (decimal): -7210299 or 12974737. OLE color: 12974737.
HSL color Cylindrical-coordinate representation of color #91FAC5: hue angle of 149.71º 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 #91FAC5 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 197 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.02 |
| HSL | 149.71º | 0.91% | 0.77% | - |
| HSV(B) | 149.71º | 0.42% | 0.98% | - |
| XYZ | 55.94 | 78.42 | 65.01 | - |
| YUV | 212.56 | 119.21 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 197 | 0.42 | 0 | 0.21 | 0.02 | 149.71 | 0.91 | 0.77 |
| Hex | 91 | FA | C5 | 2A | 0 | 15 | 2 | 96 | 5B | 4D |
| Octal | 221 | 372 | 305 | 52 | 0 | 25 | 2 | 226 | 133 | 115 |
| Binary | 10010001 | 11111010 | 11000101 | 101010 | 0 | 10101 | 10 | 10010110 | 1011011 | 1001101 |
Color Harmonies of #91FAC5
Complementary color
Monochromatic Colors of #91FAC5
Black with #91FAC5
Text Example
Text Example
White with #91FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FAC5; }
p { color: rgb(145,250,197); }
H1.HeaderClassName
{
color: #91FAC5;
}
.AnyTagClassName
{
color: #91FAC5;
}
</style>
background-color css
<style>
a { background-color: #91FAC5; }
a { background-color: rgb(145,250,197); }
div.DivClassName
{
background-color: #91FAC5;
}
.BgClassName
{
background-color: #91FAC5;
}
</style>
border-color css
<style>
span { border-color: #91FAC5; }
span { border-color: rgb(145,250,197); }
td.TdClassName
{
border-color: #91FAC5;
}
.TagClassName
{
border-color: #91FAC5;
}
</style>