Shades of Aquamarine #91FDBD
Tints of Aquamarine #91FDBD
RGB
CMYK
RGB Variations
Color information
#91FDBD (or 0x91FDBD) is known color: Aquamarine. HEX triplet: 91, FD and BD. RGB value is (145,253,189). Sum of RGB (Red+Green+Blue) = 145+253+189=587 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.70% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #91FDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FDBD is #6E0242. Grayscale: #D5D5D5. Windows color (decimal): -7209539 or 12451217. OLE color: 12451217.
HSL color Cylindrical-coordinate representation of color #91FDBD: hue angle of 144.44º 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 #91FDBD is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 253 | 189 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.01 |
| HSL | 144.44º | 0.96% | 0.78% | - |
| HSV(B) | 144.44º | 0.43% | 0.99% | - |
| XYZ | 55.99 | 79.94 | 60.62 | - |
| YUV | 213.41 | 114.22 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 253 | 189 | 0.43 | 0 | 0.25 | 0.01 | 144.44 | 0.96 | 0.78 |
| Hex | 91 | FD | BD | 2B | 0 | 19 | 1 | 90 | 60 | 4E |
| Octal | 221 | 375 | 275 | 53 | 0 | 31 | 1 | 220 | 140 | 116 |
| Binary | 10010001 | 11111101 | 10111101 | 101011 | 0 | 11001 | 1 | 10010000 | 1100000 | 1001110 |
Color Harmonies of #91FDBD
Complementary color
Monochromatic Colors of #91FDBD
Black with #91FDBD
Text Example
Text Example
White with #91FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FDBD; }
p { color: rgb(145,253,189); }
H1.HeaderClassName
{
color: #91FDBD;
}
.AnyTagClassName
{
color: #91FDBD;
}
</style>
background-color css
<style>
a { background-color: #91FDBD; }
a { background-color: rgb(145,253,189); }
div.DivClassName
{
background-color: #91FDBD;
}
.BgClassName
{
background-color: #91FDBD;
}
</style>
border-color css
<style>
span { border-color: #91FDBD; }
span { border-color: rgb(145,253,189); }
td.TdClassName
{
border-color: #91FDBD;
}
.TagClassName
{
border-color: #91FDBD;
}
</style>