Shades of Aquamarine #91FACF
Tints of Aquamarine #91FACF
RGB
CMYK
RGB Variations
Color information
#91FACF (or 0x91FACF) is known color: Aquamarine. HEX triplet: 91, FA and CF. RGB value is (145,250,207). Sum of RGB (Red+Green+Blue) = 145+250+207=602 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.09% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #91FACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FACF is #6E0530. Grayscale: #D5D5D5. Windows color (decimal): -7210289 or 13630097. OLE color: 13630097.
HSL color Cylindrical-coordinate representation of color #91FACF: hue angle of 155.43º 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 #91FACF is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 207 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.02 |
| HSL | 155.43º | 0.91% | 0.77% | - |
| HSV(B) | 155.43º | 0.42% | 0.98% | - |
| XYZ | 57.13 | 78.9 | 71.25 | - |
| YUV | 213.7 | 124.21 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 207 | 0.42 | 0 | 0.17 | 0.02 | 155.43 | 0.91 | 0.77 |
| Hex | 91 | FA | CF | 2A | 0 | 11 | 2 | 9B | 5B | 4D |
| Octal | 221 | 372 | 317 | 52 | 0 | 21 | 2 | 233 | 133 | 115 |
| Binary | 10010001 | 11111010 | 11001111 | 101010 | 0 | 10001 | 10 | 10011011 | 1011011 | 1001101 |
Color Harmonies of #91FACF
Complementary color
Monochromatic Colors of #91FACF
Black with #91FACF
Text Example
Text Example
White with #91FACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FACF; }
p { color: rgb(145,250,207); }
H1.HeaderClassName
{
color: #91FACF;
}
.AnyTagClassName
{
color: #91FACF;
}
</style>
background-color css
<style>
a { background-color: #91FACF; }
a { background-color: rgb(145,250,207); }
div.DivClassName
{
background-color: #91FACF;
}
.BgClassName
{
background-color: #91FACF;
}
</style>
border-color css
<style>
span { border-color: #91FACF; }
span { border-color: rgb(145,250,207); }
td.TdClassName
{
border-color: #91FACF;
}
.TagClassName
{
border-color: #91FACF;
}
</style>