Shades of Aquamarine #91F5CA
Tints of Aquamarine #91F5CA
RGB
CMYK
RGB Variations
Color information
#91F5CA (or 0x91F5CA) is known color: Aquamarine. HEX triplet: 91, F5 and CA. RGB value is (145,245,202). Sum of RGB (Red+Green+Blue) = 145+245+202=592 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.49% from 592); Green value is 245 (96.09% from 255 or 41.39% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 245 - color contains mainly: green. Hex color #91F5CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F5CA is #6E0A35. Grayscale: #D2D2D2. Windows color (decimal): -7211574 or 13301137. OLE color: 13301137.
HSL color Cylindrical-coordinate representation of color #91F5CA: hue angle of 154.2º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91F5CA is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 245 | 202 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.04 |
| HSL | 154.2º | 0.83% | 0.76% | - |
| HSV(B) | 154.2º | 0.41% | 0.96% | - |
| XYZ | 54.99 | 75.59 | 67.57 | - |
| YUV | 210.2 | 123.37 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 245 | 202 | 0.41 | 0 | 0.18 | 0.04 | 154.2 | 0.83 | 0.76 |
| Hex | 91 | F5 | CA | 29 | 0 | 12 | 4 | 9A | 53 | 4C |
| Octal | 221 | 365 | 312 | 51 | 0 | 22 | 4 | 232 | 123 | 114 |
| Binary | 10010001 | 11110101 | 11001010 | 101001 | 0 | 10010 | 100 | 10011010 | 1010011 | 1001100 |
Color Harmonies of #91F5CA
Complementary color
Monochromatic Colors of #91F5CA
Black with #91F5CA
Text Example
Text Example
White with #91F5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F5CA; }
p { color: rgb(145,245,202); }
H1.HeaderClassName
{
color: #91F5CA;
}
.AnyTagClassName
{
color: #91F5CA;
}
</style>
background-color css
<style>
a { background-color: #91F5CA; }
a { background-color: rgb(145,245,202); }
div.DivClassName
{
background-color: #91F5CA;
}
.BgClassName
{
background-color: #91F5CA;
}
</style>
border-color css
<style>
span { border-color: #91F5CA; }
span { border-color: rgb(145,245,202); }
td.TdClassName
{
border-color: #91F5CA;
}
.TagClassName
{
border-color: #91F5CA;
}
</style>