Shades of Aquamarine #91F0DA
Tints of Aquamarine #91F0DA
RGB
CMYK
RGB Variations
Color information
#91F0DA (or 0x91F0DA) is known color: Aquamarine. HEX triplet: 91, F0 and DA. RGB value is (145,240,218). Sum of RGB (Red+Green+Blue) = 145+240+218=603 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.05% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #91F0DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F0DA is #6E0F25. Grayscale: #D1D1D1. Windows color (decimal): -7212838 or 14348433. OLE color: 14348433.
HSL color Cylindrical-coordinate representation of color #91F0DA: hue angle of 166.11º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91F0DA is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 240 | 218 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.06 |
| HSL | 166.11º | 0.76% | 0.75% | - |
| HSV(B) | 166.11º | 0.4% | 0.94% | - |
| XYZ | 55.49 | 73.4 | 77.57 | - |
| YUV | 209.09 | 133.03 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 240 | 218 | 0.40 | 0 | 0.09 | 0.06 | 166.11 | 0.76 | 0.75 |
| Hex | 91 | F0 | DA | 28 | 0 | 9 | 6 | A6 | 4C | 4B |
| Octal | 221 | 360 | 332 | 50 | 0 | 11 | 6 | 246 | 114 | 113 |
| Binary | 10010001 | 11110000 | 11011010 | 101000 | 0 | 1001 | 110 | 10100110 | 1001100 | 1001011 |
Color Harmonies of #91F0DA
Complementary color
Monochromatic Colors of #91F0DA
Black with #91F0DA
Text Example
Text Example
White with #91F0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F0DA; }
p { color: rgb(145,240,218); }
H1.HeaderClassName
{
color: #91F0DA;
}
.AnyTagClassName
{
color: #91F0DA;
}
</style>
background-color css
<style>
a { background-color: #91F0DA; }
a { background-color: rgb(145,240,218); }
div.DivClassName
{
background-color: #91F0DA;
}
.BgClassName
{
background-color: #91F0DA;
}
</style>
border-color css
<style>
span { border-color: #91F0DA; }
span { border-color: rgb(145,240,218); }
td.TdClassName
{
border-color: #91F0DA;
}
.TagClassName
{
border-color: #91F0DA;
}
</style>