Shades of Aquamarine #91FFCA
Tints of Aquamarine #91FFCA
RGB
CMYK
RGB Variations
Color information
#91FFCA (or 0x91FFCA) is known color: Aquamarine. HEX triplet: 91, FF and CA. RGB value is (145,255,202). Sum of RGB (Red+Green+Blue) = 145+255+202=602 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.09% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #91FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FFCA is #6E0035. Grayscale: #D8D8D8. Windows color (decimal): -7209014 or 13303697. OLE color: 13303697.
HSL color Cylindrical-coordinate representation of color #91FFCA: hue angle of 151.09º 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 #91FFCA is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 255 | 202 | - |
| CMYK | 0.43 | 0 | 0.21 | 0 |
| HSL | 151.09º | 1% | 0.78% | - |
| HSV(B) | 151.09º | 0.43% | 1% | - |
| XYZ | 58.1 | 81.8 | 68.6 | - |
| YUV | 216.07 | 120.06 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 255 | 202 | 0.43 | 0 | 0.21 | 0 | 151.09 | 1 | 0.78 |
| Hex | 91 | FF | CA | 2B | 0 | 15 | 0 | 97 | 64 | 4E |
| Octal | 221 | 377 | 312 | 53 | 0 | 25 | 0 | 227 | 144 | 116 |
| Binary | 10010001 | 11111111 | 11001010 | 101011 | 0 | 10101 | 0 | 10010111 | 1100100 | 1001110 |
Color Harmonies of #91FFCA
Complementary color
Monochromatic Colors of #91FFCA
Black with #91FFCA
Text Example
Text Example
White with #91FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FFCA; }
p { color: rgb(145,255,202); }
H1.HeaderClassName
{
color: #91FFCA;
}
.AnyTagClassName
{
color: #91FFCA;
}
</style>
background-color css
<style>
a { background-color: #91FFCA; }
a { background-color: rgb(145,255,202); }
div.DivClassName
{
background-color: #91FFCA;
}
.BgClassName
{
background-color: #91FFCA;
}
</style>
border-color css
<style>
span { border-color: #91FFCA; }
span { border-color: rgb(145,255,202); }
td.TdClassName
{
border-color: #91FFCA;
}
.TagClassName
{
border-color: #91FFCA;
}
</style>