Shades of Aquamarine #91F8CC
Tints of Aquamarine #91F8CC
RGB
CMYK
RGB Variations
Color information
#91F8CC (or 0x91F8CC) is known color: Aquamarine. HEX triplet: 91, F8 and CC. RGB value is (145,248,204). Sum of RGB (Red+Green+Blue) = 145+248+204=597 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.29% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #91F8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F8CC is #6E0733. Grayscale: #D4D4D4. Windows color (decimal): -7210804 or 13432977. OLE color: 13432977.
HSL color Cylindrical-coordinate representation of color #91F8CC: hue angle of 154.37º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91F8CC is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 248 | 204 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.03 |
| HSL | 154.37º | 0.88% | 0.77% | - |
| HSV(B) | 154.37º | 0.42% | 0.97% | - |
| XYZ | 56.14 | 77.51 | 69.13 | - |
| YUV | 212.19 | 123.38 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 248 | 204 | 0.42 | 0 | 0.18 | 0.03 | 154.37 | 0.88 | 0.77 |
| Hex | 91 | F8 | CC | 2A | 0 | 12 | 3 | 9A | 58 | 4D |
| Octal | 221 | 370 | 314 | 52 | 0 | 22 | 3 | 232 | 130 | 115 |
| Binary | 10010001 | 11111000 | 11001100 | 101010 | 0 | 10010 | 11 | 10011010 | 1011000 | 1001101 |
Color Harmonies of #91F8CC
Complementary color
Monochromatic Colors of #91F8CC
Black with #91F8CC
Text Example
Text Example
White with #91F8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F8CC; }
p { color: rgb(145,248,204); }
H1.HeaderClassName
{
color: #91F8CC;
}
.AnyTagClassName
{
color: #91F8CC;
}
</style>
background-color css
<style>
a { background-color: #91F8CC; }
a { background-color: rgb(145,248,204); }
div.DivClassName
{
background-color: #91F8CC;
}
.BgClassName
{
background-color: #91F8CC;
}
</style>
border-color css
<style>
span { border-color: #91F8CC; }
span { border-color: rgb(145,248,204); }
td.TdClassName
{
border-color: #91F8CC;
}
.TagClassName
{
border-color: #91F8CC;
}
</style>