Shades of Aquamarine #90FFC5
Tints of Aquamarine #90FFC5
RGB
CMYK
RGB Variations
Color information
#90FFC5 (or 0x90FFC5) is known color: Aquamarine. HEX triplet: 90, FF and C5. RGB value is (144,255,197). Sum of RGB (Red+Green+Blue) = 144+255+197=596 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.16% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #90FFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FFC5 is #6F003A. Grayscale: #D7D7D7. Windows color (decimal): -7274555 or 12976016. OLE color: 12976016.
HSL color Cylindrical-coordinate representation of color #90FFC5: hue angle of 148.65º 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 #90FFC5 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 255 | 197 | - |
| CMYK | 0.44 | 0 | 0.23 | 0 |
| HSL | 148.65º | 1% | 0.78% | - |
| HSV(B) | 148.65º | 0.44% | 1% | - |
| XYZ | 57.34 | 81.48 | 65.53 | - |
| YUV | 215.2 | 117.73 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 255 | 197 | 0.44 | 0 | 0.23 | 0 | 148.65 | 1 | 0.78 |
| Hex | 90 | FF | C5 | 2C | 0 | 17 | 0 | 95 | 64 | 4E |
| Octal | 220 | 377 | 305 | 54 | 0 | 27 | 0 | 225 | 144 | 116 |
| Binary | 10010000 | 11111111 | 11000101 | 101100 | 0 | 10111 | 0 | 10010101 | 1100100 | 1001110 |
Color Harmonies of #90FFC5
Complementary color
Monochromatic Colors of #90FFC5
Black with #90FFC5
Text Example
Text Example
White with #90FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FFC5; }
p { color: rgb(144,255,197); }
H1.HeaderClassName
{
color: #90FFC5;
}
.AnyTagClassName
{
color: #90FFC5;
}
</style>
background-color css
<style>
a { background-color: #90FFC5; }
a { background-color: rgb(144,255,197); }
div.DivClassName
{
background-color: #90FFC5;
}
.BgClassName
{
background-color: #90FFC5;
}
</style>
border-color css
<style>
span { border-color: #90FFC5; }
span { border-color: rgb(144,255,197); }
td.TdClassName
{
border-color: #90FFC5;
}
.TagClassName
{
border-color: #90FFC5;
}
</style>