Shades of Aquamarine #91FDCD
Tints of Aquamarine #91FDCD
RGB
CMYK
RGB Variations
Color information
#91FDCD (or 0x91FDCD) is known color: Aquamarine. HEX triplet: 91, FD and CD. RGB value is (145,253,205). Sum of RGB (Red+Green+Blue) = 145+253+205=603 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.05% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #91FDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FDCD is #6E0232. Grayscale: #D7D7D7. Windows color (decimal): -7209523 or 13499793. OLE color: 13499793.
HSL color Cylindrical-coordinate representation of color #91FDCD: hue angle of 153.33º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91FDCD is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 253 | 205 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.01 |
| HSL | 153.33º | 0.96% | 0.78% | - |
| HSV(B) | 153.33º | 0.43% | 0.99% | - |
| XYZ | 57.82 | 80.68 | 70.28 | - |
| YUV | 215.24 | 122.22 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 253 | 205 | 0.43 | 0 | 0.19 | 0.01 | 153.33 | 0.96 | 0.78 |
| Hex | 91 | FD | CD | 2B | 0 | 13 | 1 | 99 | 60 | 4E |
| Octal | 221 | 375 | 315 | 53 | 0 | 23 | 1 | 231 | 140 | 116 |
| Binary | 10010001 | 11111101 | 11001101 | 101011 | 0 | 10011 | 1 | 10011001 | 1100000 | 1001110 |
Color Harmonies of #91FDCD
Complementary color
Monochromatic Colors of #91FDCD
Black with #91FDCD
Text Example
Text Example
White with #91FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FDCD; }
p { color: rgb(145,253,205); }
H1.HeaderClassName
{
color: #91FDCD;
}
.AnyTagClassName
{
color: #91FDCD;
}
</style>
background-color css
<style>
a { background-color: #91FDCD; }
a { background-color: rgb(145,253,205); }
div.DivClassName
{
background-color: #91FDCD;
}
.BgClassName
{
background-color: #91FDCD;
}
</style>
border-color css
<style>
span { border-color: #91FDCD; }
span { border-color: rgb(145,253,205); }
td.TdClassName
{
border-color: #91FDCD;
}
.TagClassName
{
border-color: #91FDCD;
}
</style>