Shades of Aquamarine #91FCCC
Tints of Aquamarine #91FCCC
RGB
CMYK
RGB Variations
Color information
#91FCCC (or 0x91FCCC) is known color: Aquamarine. HEX triplet: 91, FC and CC. RGB value is (145,252,204). Sum of RGB (Red+Green+Blue) = 145+252+204=601 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.13% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #91FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FCCC is #6E0333. Grayscale: #D6D6D6. Windows color (decimal): -7209780 or 13434001. OLE color: 13434001.
HSL color Cylindrical-coordinate representation of color #91FCCC: hue angle of 153.08º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FCCC is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 252 | 204 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.01 |
| HSL | 153.08º | 0.95% | 0.78% | - |
| HSV(B) | 153.08º | 0.42% | 0.99% | - |
| XYZ | 57.39 | 80 | 69.54 | - |
| YUV | 214.54 | 122.05 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 252 | 204 | 0.42 | 0 | 0.19 | 0.01 | 153.08 | 0.95 | 0.78 |
| Hex | 91 | FC | CC | 2A | 0 | 13 | 1 | 99 | 5F | 4E |
| Octal | 221 | 374 | 314 | 52 | 0 | 23 | 1 | 231 | 137 | 116 |
| Binary | 10010001 | 11111100 | 11001100 | 101010 | 0 | 10011 | 1 | 10011001 | 1011111 | 1001110 |
Color Harmonies of #91FCCC
Complementary color
Monochromatic Colors of #91FCCC
Black with #91FCCC
Text Example
Text Example
White with #91FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FCCC; }
p { color: rgb(145,252,204); }
H1.HeaderClassName
{
color: #91FCCC;
}
.AnyTagClassName
{
color: #91FCCC;
}
</style>
background-color css
<style>
a { background-color: #91FCCC; }
a { background-color: rgb(145,252,204); }
div.DivClassName
{
background-color: #91FCCC;
}
.BgClassName
{
background-color: #91FCCC;
}
</style>
border-color css
<style>
span { border-color: #91FCCC; }
span { border-color: rgb(145,252,204); }
td.TdClassName
{
border-color: #91FCCC;
}
.TagClassName
{
border-color: #91FCCC;
}
</style>