Shades of Aquamarine #91FDBC
Tints of Aquamarine #91FDBC
RGB
CMYK
RGB Variations
Color information
#91FDBC (or 0x91FDBC) is known color: Aquamarine. HEX triplet: 91, FD and BC. RGB value is (145,253,188). Sum of RGB (Red+Green+Blue) = 145+253+188=586 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.74% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #91FDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FDBC is #6E0243. Grayscale: #D5D5D5. Windows color (decimal): -7209540 or 12385681. OLE color: 12385681.
HSL color Cylindrical-coordinate representation of color #91FDBC: hue angle of 143.89º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91FDBC is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 253 | 188 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.01 |
| HSL | 143.89º | 0.96% | 0.78% | - |
| HSV(B) | 143.89º | 0.43% | 0.99% | - |
| XYZ | 55.88 | 79.9 | 60.05 | - |
| YUV | 213.3 | 113.72 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 253 | 188 | 0.43 | 0 | 0.26 | 0.01 | 143.89 | 0.96 | 0.78 |
| Hex | 91 | FD | BC | 2B | 0 | 1A | 1 | 90 | 60 | 4E |
| Octal | 221 | 375 | 274 | 53 | 0 | 32 | 1 | 220 | 140 | 116 |
| Binary | 10010001 | 11111101 | 10111100 | 101011 | 0 | 11010 | 1 | 10010000 | 1100000 | 1001110 |
Color Harmonies of #91FDBC
Complementary color
Monochromatic Colors of #91FDBC
Black with #91FDBC
Text Example
Text Example
White with #91FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FDBC; }
p { color: rgb(145,253,188); }
H1.HeaderClassName
{
color: #91FDBC;
}
.AnyTagClassName
{
color: #91FDBC;
}
</style>
background-color css
<style>
a { background-color: #91FDBC; }
a { background-color: rgb(145,253,188); }
div.DivClassName
{
background-color: #91FDBC;
}
.BgClassName
{
background-color: #91FDBC;
}
</style>
border-color css
<style>
span { border-color: #91FDBC; }
span { border-color: rgb(145,253,188); }
td.TdClassName
{
border-color: #91FDBC;
}
.TagClassName
{
border-color: #91FDBC;
}
</style>