Shades of Aquamarine #91FACB
Tints of Aquamarine #91FACB
RGB
CMYK
RGB Variations
Color information
#91FACB (or 0x91FACB) is known color: Aquamarine. HEX triplet: 91, FA and CB. RGB value is (145,250,203). Sum of RGB (Red+Green+Blue) = 145+250+203=598 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.25% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #91FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FACB is #6E0534. Grayscale: #D5D5D5. Windows color (decimal): -7210293 or 13367953. OLE color: 13367953.
HSL color Cylindrical-coordinate representation of color #91FACB: hue angle of 153.14º 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 #91FACB is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 203 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.02 |
| HSL | 153.14º | 0.91% | 0.77% | - |
| HSV(B) | 153.14º | 0.42% | 0.98% | - |
| XYZ | 56.64 | 78.7 | 68.71 | - |
| YUV | 213.25 | 122.21 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 203 | 0.42 | 0 | 0.19 | 0.02 | 153.14 | 0.91 | 0.77 |
| Hex | 91 | FA | CB | 2A | 0 | 13 | 2 | 99 | 5B | 4D |
| Octal | 221 | 372 | 313 | 52 | 0 | 23 | 2 | 231 | 133 | 115 |
| Binary | 10010001 | 11111010 | 11001011 | 101010 | 0 | 10011 | 10 | 10011001 | 1011011 | 1001101 |
Color Harmonies of #91FACB
Complementary color
Monochromatic Colors of #91FACB
Black with #91FACB
Text Example
Text Example
White with #91FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FACB; }
p { color: rgb(145,250,203); }
H1.HeaderClassName
{
color: #91FACB;
}
.AnyTagClassName
{
color: #91FACB;
}
</style>
background-color css
<style>
a { background-color: #91FACB; }
a { background-color: rgb(145,250,203); }
div.DivClassName
{
background-color: #91FACB;
}
.BgClassName
{
background-color: #91FACB;
}
</style>
border-color css
<style>
span { border-color: #91FACB; }
span { border-color: rgb(145,250,203); }
td.TdClassName
{
border-color: #91FACB;
}
.TagClassName
{
border-color: #91FACB;
}
</style>