Shades of Aquamarine #90FFCD
Tints of Aquamarine #90FFCD
RGB
CMYK
RGB Variations
Color information
#90FFCD (or 0x90FFCD) is known color: Aquamarine. HEX triplet: 90, FF and CD. RGB value is (144,255,205). Sum of RGB (Red+Green+Blue) = 144+255+205=604 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.84% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #90FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FFCD is #6F0032. Grayscale: #D8D8D8. Windows color (decimal): -7274547 or 13500304. OLE color: 13500304.
HSL color Cylindrical-coordinate representation of color #90FFCD: hue angle of 152.97º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90FFCD is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 255 | 205 | - |
| CMYK | 0.44 | 0 | 0.20 | 0 |
| HSL | 152.97º | 1% | 0.78% | - |
| HSV(B) | 152.97º | 0.44% | 1% | - |
| XYZ | 58.28 | 81.86 | 70.49 | - |
| YUV | 216.11 | 121.73 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 255 | 205 | 0.44 | 0 | 0.20 | 0 | 152.97 | 1 | 0.78 |
| Hex | 90 | FF | CD | 2C | 0 | 14 | 0 | 99 | 64 | 4E |
| Octal | 220 | 377 | 315 | 54 | 0 | 24 | 0 | 231 | 144 | 116 |
| Binary | 10010000 | 11111111 | 11001101 | 101100 | 0 | 10100 | 0 | 10011001 | 1100100 | 1001110 |
Color Harmonies of #90FFCD
Complementary color
Monochromatic Colors of #90FFCD
Black with #90FFCD
Text Example
Text Example
White with #90FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FFCD; }
p { color: rgb(144,255,205); }
H1.HeaderClassName
{
color: #90FFCD;
}
.AnyTagClassName
{
color: #90FFCD;
}
</style>
background-color css
<style>
a { background-color: #90FFCD; }
a { background-color: rgb(144,255,205); }
div.DivClassName
{
background-color: #90FFCD;
}
.BgClassName
{
background-color: #90FFCD;
}
</style>
border-color css
<style>
span { border-color: #90FFCD; }
span { border-color: rgb(144,255,205); }
td.TdClassName
{
border-color: #90FFCD;
}
.TagClassName
{
border-color: #90FFCD;
}
</style>