Shades of Aquamarine #90FADF
Tints of Aquamarine #90FADF
RGB
CMYK
RGB Variations
Color information
#90FADF (or 0x90FADF) is known color: Aquamarine. HEX triplet: 90, FA and DF. RGB value is (144,250,223). Sum of RGB (Red+Green+Blue) = 144+250+223=617 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.34% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #90FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FADF is #6F0520. Grayscale: #D7D7D7. Windows color (decimal): -7275809 or 14678672. OLE color: 14678672.
HSL color Cylindrical-coordinate representation of color #90FADF: hue angle of 164.72º 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 #90FADF is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 223 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.02 |
| HSL | 164.72º | 0.91% | 0.77% | - |
| HSV(B) | 164.72º | 0.42% | 0.98% | - |
| XYZ | 59.01 | 79.63 | 82.07 | - |
| YUV | 215.23 | 132.38 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 223 | 0.42 | 0 | 0.11 | 0.02 | 164.72 | 0.91 | 0.77 |
| Hex | 90 | FA | DF | 2A | 0 | B | 2 | A5 | 5B | 4D |
| Octal | 220 | 372 | 337 | 52 | 0 | 13 | 2 | 245 | 133 | 115 |
| Binary | 10010000 | 11111010 | 11011111 | 101010 | 0 | 1011 | 10 | 10100101 | 1011011 | 1001101 |
Color Harmonies of #90FADF
Complementary color
Monochromatic Colors of #90FADF
Black with #90FADF
Text Example
Text Example
White with #90FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FADF; }
p { color: rgb(144,250,223); }
H1.HeaderClassName
{
color: #90FADF;
}
.AnyTagClassName
{
color: #90FADF;
}
</style>
background-color css
<style>
a { background-color: #90FADF; }
a { background-color: rgb(144,250,223); }
div.DivClassName
{
background-color: #90FADF;
}
.BgClassName
{
background-color: #90FADF;
}
</style>
border-color css
<style>
span { border-color: #90FADF; }
span { border-color: rgb(144,250,223); }
td.TdClassName
{
border-color: #90FADF;
}
.TagClassName
{
border-color: #90FADF;
}
</style>