Shades of Aquamarine #91FCBE
Tints of Aquamarine #91FCBE
RGB
CMYK
RGB Variations
Color information
#91FCBE (or 0x91FCBE) is known color: Aquamarine. HEX triplet: 91, FC and BE. RGB value is (145,252,190). Sum of RGB (Red+Green+Blue) = 145+252+190=587 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.70% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #91FCBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FCBE is #6E0341. Grayscale: #D5D5D5. Windows color (decimal): -7209794 or 12516497. OLE color: 12516497.
HSL color Cylindrical-coordinate representation of color #91FCBE: hue angle of 145.23º 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 #91FCBE is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 252 | 190 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.01 |
| HSL | 145.23º | 0.95% | 0.78% | - |
| HSV(B) | 145.23º | 0.42% | 0.99% | - |
| XYZ | 55.78 | 79.36 | 61.09 | - |
| YUV | 212.94 | 115.05 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 252 | 190 | 0.42 | 0 | 0.25 | 0.01 | 145.23 | 0.95 | 0.78 |
| Hex | 91 | FC | BE | 2A | 0 | 19 | 1 | 91 | 5F | 4E |
| Octal | 221 | 374 | 276 | 52 | 0 | 31 | 1 | 221 | 137 | 116 |
| Binary | 10010001 | 11111100 | 10111110 | 101010 | 0 | 11001 | 1 | 10010001 | 1011111 | 1001110 |
Color Harmonies of #91FCBE
Complementary color
Monochromatic Colors of #91FCBE
Black with #91FCBE
Text Example
Text Example
White with #91FCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FCBE; }
p { color: rgb(145,252,190); }
H1.HeaderClassName
{
color: #91FCBE;
}
.AnyTagClassName
{
color: #91FCBE;
}
</style>
background-color css
<style>
a { background-color: #91FCBE; }
a { background-color: rgb(145,252,190); }
div.DivClassName
{
background-color: #91FCBE;
}
.BgClassName
{
background-color: #91FCBE;
}
</style>
border-color css
<style>
span { border-color: #91FCBE; }
span { border-color: rgb(145,252,190); }
td.TdClassName
{
border-color: #91FCBE;
}
.TagClassName
{
border-color: #91FCBE;
}
</style>