Shades of Aquamarine #91FCC1
Tints of Aquamarine #91FCC1
RGB
CMYK
RGB Variations
Color information
#91FCC1 (or 0x91FCC1) is known color: Aquamarine. HEX triplet: 91, FC and C1. RGB value is (145,252,193). Sum of RGB (Red+Green+Blue) = 145+252+193=590 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.58% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #91FCC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FCC1 is #6E033E. Grayscale: #D5D5D5. Windows color (decimal): -7209791 or 12713105. OLE color: 12713105.
HSL color Cylindrical-coordinate representation of color #91FCC1: hue angle of 146.92º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FCC1 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 252 | 193 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.01 |
| HSL | 146.92º | 0.95% | 0.78% | - |
| HSV(B) | 146.92º | 0.42% | 0.99% | - |
| XYZ | 56.11 | 79.49 | 62.84 | - |
| YUV | 213.28 | 116.55 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 252 | 193 | 0.42 | 0 | 0.23 | 0.01 | 146.92 | 0.95 | 0.78 |
| Hex | 91 | FC | C1 | 2A | 0 | 17 | 1 | 93 | 5F | 4E |
| Octal | 221 | 374 | 301 | 52 | 0 | 27 | 1 | 223 | 137 | 116 |
| Binary | 10010001 | 11111100 | 11000001 | 101010 | 0 | 10111 | 1 | 10010011 | 1011111 | 1001110 |
Color Harmonies of #91FCC1
Complementary color
Monochromatic Colors of #91FCC1
Black with #91FCC1
Text Example
Text Example
White with #91FCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FCC1; }
p { color: rgb(145,252,193); }
H1.HeaderClassName
{
color: #91FCC1;
}
.AnyTagClassName
{
color: #91FCC1;
}
</style>
background-color css
<style>
a { background-color: #91FCC1; }
a { background-color: rgb(145,252,193); }
div.DivClassName
{
background-color: #91FCC1;
}
.BgClassName
{
background-color: #91FCC1;
}
</style>
border-color css
<style>
span { border-color: #91FCC1; }
span { border-color: rgb(145,252,193); }
td.TdClassName
{
border-color: #91FCC1;
}
.TagClassName
{
border-color: #91FCC1;
}
</style>