Shades of Aquamarine #91F3DF
Tints of Aquamarine #91F3DF
RGB
CMYK
RGB Variations
Color information
#91F3DF (or 0x91F3DF) is known color: Aquamarine. HEX triplet: 91, F3 and DF. RGB value is (145,243,223). Sum of RGB (Red+Green+Blue) = 145+243+223=611 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.73% from 611); Green value is 243 (95.31% from 255 or 39.77% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 243 - color contains mainly: green. Hex color #91F3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F3DF is #6E0C20. Grayscale: #D3D3D3. Windows color (decimal): -7212065 or 14676881. OLE color: 14676881.
HSL color Cylindrical-coordinate representation of color #91F3DF: hue angle of 167.76º degrees, saturation: 0.8, 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 #91F3DF is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 243 | 223 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.05 |
| HSL | 167.76º | 0.8% | 0.76% | - |
| HSV(B) | 167.76º | 0.4% | 0.95% | - |
| XYZ | 57.05 | 75.45 | 81.37 | - |
| YUV | 211.42 | 134.53 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 243 | 223 | 0.40 | 0 | 0.08 | 0.05 | 167.76 | 0.8 | 0.76 |
| Hex | 91 | F3 | DF | 28 | 0 | 8 | 5 | A8 | 50 | 4C |
| Octal | 221 | 363 | 337 | 50 | 0 | 10 | 5 | 250 | 120 | 114 |
| Binary | 10010001 | 11110011 | 11011111 | 101000 | 0 | 1000 | 101 | 10101000 | 1010000 | 1001100 |
Color Harmonies of #91F3DF
Complementary color
Monochromatic Colors of #91F3DF
Black with #91F3DF
Text Example
Text Example
White with #91F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F3DF; }
p { color: rgb(145,243,223); }
H1.HeaderClassName
{
color: #91F3DF;
}
.AnyTagClassName
{
color: #91F3DF;
}
</style>
background-color css
<style>
a { background-color: #91F3DF; }
a { background-color: rgb(145,243,223); }
div.DivClassName
{
background-color: #91F3DF;
}
.BgClassName
{
background-color: #91F3DF;
}
</style>
border-color css
<style>
span { border-color: #91F3DF; }
span { border-color: rgb(145,243,223); }
td.TdClassName
{
border-color: #91F3DF;
}
.TagClassName
{
border-color: #91F3DF;
}
</style>