Shades of Aquamarine #91FFCF
Tints of Aquamarine #91FFCF
RGB
CMYK
RGB Variations
Color information
#91FFCF (or 0x91FFCF) is known color: Aquamarine. HEX triplet: 91, FF and CF. RGB value is (145,255,207). Sum of RGB (Red+Green+Blue) = 145+255+207=607 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.89% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #91FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FFCF is #6E0030. Grayscale: #D8D8D8. Windows color (decimal): -7209009 or 13631377. OLE color: 13631377.
HSL color Cylindrical-coordinate representation of color #91FFCF: hue angle of 153.82º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91FFCF is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 255 | 207 | - |
| CMYK | 0.43 | 0 | 0.19 | 0 |
| HSL | 153.82º | 1% | 0.78% | - |
| HSV(B) | 153.82º | 0.43% | 1% | - |
| XYZ | 58.7 | 82.04 | 71.77 | - |
| YUV | 216.64 | 122.56 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 255 | 207 | 0.43 | 0 | 0.19 | 0 | 153.82 | 1 | 0.78 |
| Hex | 91 | FF | CF | 2B | 0 | 13 | 0 | 9A | 64 | 4E |
| Octal | 221 | 377 | 317 | 53 | 0 | 23 | 0 | 232 | 144 | 116 |
| Binary | 10010001 | 11111111 | 11001111 | 101011 | 0 | 10011 | 0 | 10011010 | 1100100 | 1001110 |
Color Harmonies of #91FFCF
Complementary color
Monochromatic Colors of #91FFCF
Black with #91FFCF
Text Example
Text Example
White with #91FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FFCF; }
p { color: rgb(145,255,207); }
H1.HeaderClassName
{
color: #91FFCF;
}
.AnyTagClassName
{
color: #91FFCF;
}
</style>
background-color css
<style>
a { background-color: #91FFCF; }
a { background-color: rgb(145,255,207); }
div.DivClassName
{
background-color: #91FFCF;
}
.BgClassName
{
background-color: #91FFCF;
}
</style>
border-color css
<style>
span { border-color: #91FFCF; }
span { border-color: rgb(145,255,207); }
td.TdClassName
{
border-color: #91FFCF;
}
.TagClassName
{
border-color: #91FFCF;
}
</style>