Shades of Aquamarine #91FBC0
Tints of Aquamarine #91FBC0
RGB
CMYK
RGB Variations
Color information
#91FBC0 (or 0x91FBC0) is known color: Aquamarine. HEX triplet: 91, FB and C0. RGB value is (145,251,192). Sum of RGB (Red+Green+Blue) = 145+251+192=588 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.66% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #91FBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FBC0 is #6E043F. Grayscale: #D4D4D4. Windows color (decimal): -7210048 or 12647313. OLE color: 12647313.
HSL color Cylindrical-coordinate representation of color #91FBC0: hue angle of 146.6º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FBC0 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 251 | 192 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.02 |
| HSL | 146.6º | 0.93% | 0.78% | - |
| HSV(B) | 146.6º | 0.42% | 0.98% | - |
| XYZ | 55.69 | 78.82 | 62.15 | - |
| YUV | 212.58 | 116.38 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 251 | 192 | 0.42 | 0 | 0.24 | 0.02 | 146.6 | 0.93 | 0.78 |
| Hex | 91 | FB | C0 | 2A | 0 | 18 | 2 | 93 | 5D | 4E |
| Octal | 221 | 373 | 300 | 52 | 0 | 30 | 2 | 223 | 135 | 116 |
| Binary | 10010001 | 11111011 | 11000000 | 101010 | 0 | 11000 | 10 | 10010011 | 1011101 | 1001110 |
Color Harmonies of #91FBC0
Complementary color
Monochromatic Colors of #91FBC0
Black with #91FBC0
Text Example
Text Example
White with #91FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FBC0; }
p { color: rgb(145,251,192); }
H1.HeaderClassName
{
color: #91FBC0;
}
.AnyTagClassName
{
color: #91FBC0;
}
</style>
background-color css
<style>
a { background-color: #91FBC0; }
a { background-color: rgb(145,251,192); }
div.DivClassName
{
background-color: #91FBC0;
}
.BgClassName
{
background-color: #91FBC0;
}
</style>
border-color css
<style>
span { border-color: #91FBC0; }
span { border-color: rgb(145,251,192); }
td.TdClassName
{
border-color: #91FBC0;
}
.TagClassName
{
border-color: #91FBC0;
}
</style>