Shades of Aquamarine #91F1DF
Tints of Aquamarine #91F1DF
RGB
CMYK
RGB Variations
Color information
#91F1DF (or 0x91F1DF) is known color: Aquamarine. HEX triplet: 91, F1 and DF. RGB value is (145,241,223). Sum of RGB (Red+Green+Blue) = 145+241+223=609 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.81% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 241 - color contains mainly: green. Hex color #91F1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F1DF is #6E0E20. Grayscale: #D2D2D2. Windows color (decimal): -7212577 or 14676369. OLE color: 14676369.
HSL color Cylindrical-coordinate representation of color #91F1DF: hue angle of 168.75º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91F1DF is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 241 | 223 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.05 |
| HSL | 168.75º | 0.77% | 0.76% | - |
| HSV(B) | 168.75º | 0.4% | 0.95% | - |
| XYZ | 56.45 | 74.26 | 81.17 | - |
| YUV | 210.24 | 135.2 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 241 | 223 | 0.40 | 0 | 0.07 | 0.05 | 168.75 | 0.77 | 0.76 |
| Hex | 91 | F1 | DF | 28 | 0 | 7 | 5 | A9 | 4D | 4C |
| Octal | 221 | 361 | 337 | 50 | 0 | 7 | 5 | 251 | 115 | 114 |
| Binary | 10010001 | 11110001 | 11011111 | 101000 | 0 | 111 | 101 | 10101001 | 1001101 | 1001100 |
Color Harmonies of #91F1DF
Complementary color
Monochromatic Colors of #91F1DF
Black with #91F1DF
Text Example
Text Example
White with #91F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F1DF; }
p { color: rgb(145,241,223); }
H1.HeaderClassName
{
color: #91F1DF;
}
.AnyTagClassName
{
color: #91F1DF;
}
</style>
background-color css
<style>
a { background-color: #91F1DF; }
a { background-color: rgb(145,241,223); }
div.DivClassName
{
background-color: #91F1DF;
}
.BgClassName
{
background-color: #91F1DF;
}
</style>
border-color css
<style>
span { border-color: #91F1DF; }
span { border-color: rgb(145,241,223); }
td.TdClassName
{
border-color: #91F1DF;
}
.TagClassName
{
border-color: #91F1DF;
}
</style>