Shades of Aquamarine #91FADC
Tints of Aquamarine #91FADC
RGB
CMYK
RGB Variations
Color information
#91FADC (or 0x91FADC) is known color: Aquamarine. HEX triplet: 91, FA and DC. RGB value is (145,250,220). Sum of RGB (Red+Green+Blue) = 145+250+220=615 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.58% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #91FADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FADC is #6E0523. Grayscale: #D7D7D7. Windows color (decimal): -7210276 or 14482065. OLE color: 14482065.
HSL color Cylindrical-coordinate representation of color #91FADC: hue angle of 162.86º 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 #91FADC is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 220 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.02 |
| HSL | 162.86º | 0.91% | 0.77% | - |
| HSV(B) | 162.86º | 0.42% | 0.98% | - |
| XYZ | 58.78 | 79.56 | 79.97 | - |
| YUV | 215.19 | 130.71 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 220 | 0.42 | 0 | 0.12 | 0.02 | 162.86 | 0.91 | 0.77 |
| Hex | 91 | FA | DC | 2A | 0 | C | 2 | A3 | 5B | 4D |
| Octal | 221 | 372 | 334 | 52 | 0 | 14 | 2 | 243 | 133 | 115 |
| Binary | 10010001 | 11111010 | 11011100 | 101010 | 0 | 1100 | 10 | 10100011 | 1011011 | 1001101 |
Color Harmonies of #91FADC
Complementary color
Monochromatic Colors of #91FADC
Black with #91FADC
Text Example
Text Example
White with #91FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FADC; }
p { color: rgb(145,250,220); }
H1.HeaderClassName
{
color: #91FADC;
}
.AnyTagClassName
{
color: #91FADC;
}
</style>
background-color css
<style>
a { background-color: #91FADC; }
a { background-color: rgb(145,250,220); }
div.DivClassName
{
background-color: #91FADC;
}
.BgClassName
{
background-color: #91FADC;
}
</style>
border-color css
<style>
span { border-color: #91FADC; }
span { border-color: rgb(145,250,220); }
td.TdClassName
{
border-color: #91FADC;
}
.TagClassName
{
border-color: #91FADC;
}
</style>