Shades of Aquamarine #90F9DA
Tints of Aquamarine #90F9DA
RGB
CMYK
RGB Variations
Color information
#90F9DA (or 0x90F9DA) is known color: Aquamarine. HEX triplet: 90, F9 and DA. RGB value is (144,249,218). Sum of RGB (Red+Green+Blue) = 144+249+218=611 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.57% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #90F9DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F9DA is #6F0625. Grayscale: #D6D6D6. Windows color (decimal): -7276070 or 14350736. OLE color: 14350736.
HSL color Cylindrical-coordinate representation of color #90F9DA: hue angle of 162.29º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F9DA is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 249 | 218 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.02 |
| HSL | 162.29º | 0.9% | 0.77% | - |
| HSV(B) | 162.29º | 0.42% | 0.98% | - |
| XYZ | 58.03 | 78.74 | 78.47 | - |
| YUV | 214.07 | 130.21 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 249 | 218 | 0.42 | 0 | 0.12 | 0.02 | 162.29 | 0.9 | 0.77 |
| Hex | 90 | F9 | DA | 2A | 0 | C | 2 | A2 | 5A | 4D |
| Octal | 220 | 371 | 332 | 52 | 0 | 14 | 2 | 242 | 132 | 115 |
| Binary | 10010000 | 11111001 | 11011010 | 101010 | 0 | 1100 | 10 | 10100010 | 1011010 | 1001101 |
Color Harmonies of #90F9DA
Complementary color
Monochromatic Colors of #90F9DA
Black with #90F9DA
Text Example
Text Example
White with #90F9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F9DA; }
p { color: rgb(144,249,218); }
H1.HeaderClassName
{
color: #90F9DA;
}
.AnyTagClassName
{
color: #90F9DA;
}
</style>
background-color css
<style>
a { background-color: #90F9DA; }
a { background-color: rgb(144,249,218); }
div.DivClassName
{
background-color: #90F9DA;
}
.BgClassName
{
background-color: #90F9DA;
}
</style>
border-color css
<style>
span { border-color: #90F9DA; }
span { border-color: rgb(144,249,218); }
td.TdClassName
{
border-color: #90F9DA;
}
.TagClassName
{
border-color: #90F9DA;
}
</style>