Shades of Aquamarine #91FECF
Tints of Aquamarine #91FECF
RGB
CMYK
RGB Variations
Color information
#91FECF (or 0x91FECF) is known color: Aquamarine. HEX triplet: 91, FE and CF. RGB value is (145,254,207). Sum of RGB (Red+Green+Blue) = 145+254+207=606 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.93% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #91FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FECF is #6E0130. Grayscale: #D8D8D8. Windows color (decimal): -7209265 or 13631121. OLE color: 13631121.
HSL color Cylindrical-coordinate representation of color #91FECF: hue angle of 154.13º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91FECF is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 254 | 207 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.00 |
| HSL | 154.13º | 0.98% | 0.78% | - |
| HSV(B) | 154.13º | 0.43% | 1% | - |
| XYZ | 58.38 | 81.41 | 71.67 | - |
| YUV | 216.05 | 122.89 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 254 | 207 | 0.43 | 0 | 0.19 | 0.00 | 154.13 | 0.98 | 0.78 |
| Hex | 91 | FE | CF | 2B | 0 | 13 | 0 | 9A | 62 | 4E |
| Octal | 221 | 376 | 317 | 53 | 0 | 23 | 0 | 232 | 142 | 116 |
| Binary | 10010001 | 11111110 | 11001111 | 101011 | 0 | 10011 | 0 | 10011010 | 1100010 | 1001110 |
Color Harmonies of #91FECF
Complementary color
Monochromatic Colors of #91FECF
Black with #91FECF
Text Example
Text Example
White with #91FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FECF; }
p { color: rgb(145,254,207); }
H1.HeaderClassName
{
color: #91FECF;
}
.AnyTagClassName
{
color: #91FECF;
}
</style>
background-color css
<style>
a { background-color: #91FECF; }
a { background-color: rgb(145,254,207); }
div.DivClassName
{
background-color: #91FECF;
}
.BgClassName
{
background-color: #91FECF;
}
</style>
border-color css
<style>
span { border-color: #91FECF; }
span { border-color: rgb(145,254,207); }
td.TdClassName
{
border-color: #91FECF;
}
.TagClassName
{
border-color: #91FECF;
}
</style>