Shades of Aquamarine #90FABD
Tints of Aquamarine #90FABD
RGB
CMYK
RGB Variations
Color information
#90FABD (or 0x90FABD) is known color: Aquamarine. HEX triplet: 90, FA and BD. RGB value is (144,250,189). Sum of RGB (Red+Green+Blue) = 144+250+189=583 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.70% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #90FABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FABD is #6F0542. Grayscale: #D3D3D3. Windows color (decimal): -7275843 or 12450448. OLE color: 12450448.
HSL color Cylindrical-coordinate representation of color #90FABD: hue angle of 145.47º 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 #90FABD is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 189 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.02 |
| HSL | 145.47º | 0.91% | 0.77% | - |
| HSV(B) | 145.47º | 0.42% | 0.98% | - |
| XYZ | 54.87 | 77.97 | 60.3 | - |
| YUV | 211.35 | 115.38 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 189 | 0.42 | 0 | 0.24 | 0.02 | 145.47 | 0.91 | 0.77 |
| Hex | 90 | FA | BD | 2A | 0 | 18 | 2 | 91 | 5B | 4D |
| Octal | 220 | 372 | 275 | 52 | 0 | 30 | 2 | 221 | 133 | 115 |
| Binary | 10010000 | 11111010 | 10111101 | 101010 | 0 | 11000 | 10 | 10010001 | 1011011 | 1001101 |
Color Harmonies of #90FABD
Complementary color
Monochromatic Colors of #90FABD
Black with #90FABD
Text Example
Text Example
White with #90FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FABD; }
p { color: rgb(144,250,189); }
H1.HeaderClassName
{
color: #90FABD;
}
.AnyTagClassName
{
color: #90FABD;
}
</style>
background-color css
<style>
a { background-color: #90FABD; }
a { background-color: rgb(144,250,189); }
div.DivClassName
{
background-color: #90FABD;
}
.BgClassName
{
background-color: #90FABD;
}
</style>
border-color css
<style>
span { border-color: #90FABD; }
span { border-color: rgb(144,250,189); }
td.TdClassName
{
border-color: #90FABD;
}
.TagClassName
{
border-color: #90FABD;
}
</style>