Shades of Aquamarine #90FFE5
Tints of Aquamarine #90FFE5
RGB
CMYK
RGB Variations
Color information
#90FFE5 (or 0x90FFE5) is known color: Aquamarine. HEX triplet: 90, FF and E5. RGB value is (144,255,229). Sum of RGB (Red+Green+Blue) = 144+255+229=628 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.93% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #90FFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FFE5 is #6F001A. Grayscale: #DADADA. Windows color (decimal): -7274523 or 15073168. OLE color: 15073168.
HSL color Cylindrical-coordinate representation of color #90FFE5: hue angle of 165.95º 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 #90FFE5 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 255 | 229 | - |
| CMYK | 0.44 | 0 | 0.10 | 0 |
| HSL | 165.95º | 1% | 0.78% | - |
| HSV(B) | 165.95º | 0.44% | 1% | - |
| XYZ | 61.4 | 83.11 | 86.93 | - |
| YUV | 218.85 | 133.73 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 255 | 229 | 0.44 | 0 | 0.10 | 0 | 165.95 | 1 | 0.78 |
| Hex | 90 | FF | E5 | 2C | 0 | A | 0 | A6 | 64 | 4E |
| Octal | 220 | 377 | 345 | 54 | 0 | 12 | 0 | 246 | 144 | 116 |
| Binary | 10010000 | 11111111 | 11100101 | 101100 | 0 | 1010 | 0 | 10100110 | 1100100 | 1001110 |
Color Harmonies of #90FFE5
Complementary color
Monochromatic Colors of #90FFE5
Black with #90FFE5
Text Example
Text Example
White with #90FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FFE5; }
p { color: rgb(144,255,229); }
H1.HeaderClassName
{
color: #90FFE5;
}
.AnyTagClassName
{
color: #90FFE5;
}
</style>
background-color css
<style>
a { background-color: #90FFE5; }
a { background-color: rgb(144,255,229); }
div.DivClassName
{
background-color: #90FFE5;
}
.BgClassName
{
background-color: #90FFE5;
}
</style>
border-color css
<style>
span { border-color: #90FFE5; }
span { border-color: rgb(144,255,229); }
td.TdClassName
{
border-color: #90FFE5;
}
.TagClassName
{
border-color: #90FFE5;
}
</style>