Shades of Aquamarine #90FADD
Tints of Aquamarine #90FADD
RGB
CMYK
RGB Variations
Color information
#90FADD (or 0x90FADD) is known color: Aquamarine. HEX triplet: 90, FA and DD. RGB value is (144,250,221). Sum of RGB (Red+Green+Blue) = 144+250+221=615 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.41% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #90FADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FADD is #6F0522. Grayscale: #D7D7D7. Windows color (decimal): -7275811 or 14547600. OLE color: 14547600.
HSL color Cylindrical-coordinate representation of color #90FADD: hue angle of 163.58º degrees, saturation: 0.91, 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 #90FADD is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 221 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.02 |
| HSL | 163.58º | 0.91% | 0.77% | - |
| HSV(B) | 163.58º | 0.42% | 0.98% | - |
| XYZ | 58.74 | 79.52 | 80.66 | - |
| YUV | 215 | 131.38 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 221 | 0.42 | 0 | 0.12 | 0.02 | 163.58 | 0.91 | 0.77 |
| Hex | 90 | FA | DD | 2A | 0 | C | 2 | A4 | 5B | 4D |
| Octal | 220 | 372 | 335 | 52 | 0 | 14 | 2 | 244 | 133 | 115 |
| Binary | 10010000 | 11111010 | 11011101 | 101010 | 0 | 1100 | 10 | 10100100 | 1011011 | 1001101 |
Color Harmonies of #90FADD
Complementary color
Monochromatic Colors of #90FADD
Black with #90FADD
Text Example
Text Example
White with #90FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FADD; }
p { color: rgb(144,250,221); }
H1.HeaderClassName
{
color: #90FADD;
}
.AnyTagClassName
{
color: #90FADD;
}
</style>
background-color css
<style>
a { background-color: #90FADD; }
a { background-color: rgb(144,250,221); }
div.DivClassName
{
background-color: #90FADD;
}
.BgClassName
{
background-color: #90FADD;
}
</style>
border-color css
<style>
span { border-color: #90FADD; }
span { border-color: rgb(144,250,221); }
td.TdClassName
{
border-color: #90FADD;
}
.TagClassName
{
border-color: #90FADD;
}
</style>