Shades of Aquamarine #91FAC6
Tints of Aquamarine #91FAC6
RGB
CMYK
RGB Variations
Color information
#91FAC6 (or 0x91FAC6) is known color: Aquamarine. HEX triplet: 91, FA and C6. RGB value is (145,250,198). Sum of RGB (Red+Green+Blue) = 145+250+198=593 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.45% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #91FAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FAC6 is #6E0539. Grayscale: #D4D4D4. Windows color (decimal): -7210298 or 13040273. OLE color: 13040273.
HSL color Cylindrical-coordinate representation of color #91FAC6: hue angle of 150.29º 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 #91FAC6 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 198 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.02 |
| HSL | 150.29º | 0.91% | 0.77% | - |
| HSV(B) | 150.29º | 0.42% | 0.98% | - |
| XYZ | 56.06 | 78.47 | 65.62 | - |
| YUV | 212.68 | 119.71 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 198 | 0.42 | 0 | 0.21 | 0.02 | 150.29 | 0.91 | 0.77 |
| Hex | 91 | FA | C6 | 2A | 0 | 15 | 2 | 96 | 5B | 4D |
| Octal | 221 | 372 | 306 | 52 | 0 | 25 | 2 | 226 | 133 | 115 |
| Binary | 10010001 | 11111010 | 11000110 | 101010 | 0 | 10101 | 10 | 10010110 | 1011011 | 1001101 |
Color Harmonies of #91FAC6
Complementary color
Monochromatic Colors of #91FAC6
Black with #91FAC6
Text Example
Text Example
White with #91FAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FAC6; }
p { color: rgb(145,250,198); }
H1.HeaderClassName
{
color: #91FAC6;
}
.AnyTagClassName
{
color: #91FAC6;
}
</style>
background-color css
<style>
a { background-color: #91FAC6; }
a { background-color: rgb(145,250,198); }
div.DivClassName
{
background-color: #91FAC6;
}
.BgClassName
{
background-color: #91FAC6;
}
</style>
border-color css
<style>
span { border-color: #91FAC6; }
span { border-color: rgb(145,250,198); }
td.TdClassName
{
border-color: #91FAC6;
}
.TagClassName
{
border-color: #91FAC6;
}
</style>