Shades of Aquamarine #91FBDF
Tints of Aquamarine #91FBDF
RGB
CMYK
RGB Variations
Color information
#91FBDF (or 0x91FBDF) is known color: Aquamarine. HEX triplet: 91, FB and DF. RGB value is (145,251,223). Sum of RGB (Red+Green+Blue) = 145+251+223=619 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.42% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #91FBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FBDF is #6E0420. Grayscale: #D8D8D8. Windows color (decimal): -7210017 or 14678929. OLE color: 14678929.
HSL color Cylindrical-coordinate representation of color #91FBDF: hue angle of 164.15º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FBDF is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 251 | 223 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.02 |
| HSL | 164.15º | 0.93% | 0.78% | - |
| HSV(B) | 164.15º | 0.42% | 0.98% | - |
| XYZ | 59.49 | 80.34 | 82.18 | - |
| YUV | 216.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 251 | 223 | 0.42 | 0 | 0.11 | 0.02 | 164.15 | 0.93 | 0.78 |
| Hex | 91 | FB | DF | 2A | 0 | B | 2 | A4 | 5D | 4E |
| Octal | 221 | 373 | 337 | 52 | 0 | 13 | 2 | 244 | 135 | 116 |
| Binary | 10010001 | 11111011 | 11011111 | 101010 | 0 | 1011 | 10 | 10100100 | 1011101 | 1001110 |
Color Harmonies of #91FBDF
Complementary color
Monochromatic Colors of #91FBDF
Black with #91FBDF
Text Example
Text Example
White with #91FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FBDF; }
p { color: rgb(145,251,223); }
H1.HeaderClassName
{
color: #91FBDF;
}
.AnyTagClassName
{
color: #91FBDF;
}
</style>
background-color css
<style>
a { background-color: #91FBDF; }
a { background-color: rgb(145,251,223); }
div.DivClassName
{
background-color: #91FBDF;
}
.BgClassName
{
background-color: #91FBDF;
}
</style>
border-color css
<style>
span { border-color: #91FBDF; }
span { border-color: rgb(145,251,223); }
td.TdClassName
{
border-color: #91FBDF;
}
.TagClassName
{
border-color: #91FBDF;
}
</style>