Shades of Aquamarine #90FABC
Tints of Aquamarine #90FABC
RGB
CMYK
RGB Variations
Color information
#90FABC (or 0x90FABC) is known color: Aquamarine. HEX triplet: 90, FA and BC. RGB value is (144,250,188). Sum of RGB (Red+Green+Blue) = 144+250+188=582 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.74% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #90FABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FABC is #6F0543. Grayscale: #D3D3D3. Windows color (decimal): -7275844 or 12384912. OLE color: 12384912.
HSL color Cylindrical-coordinate representation of color #90FABC: hue angle of 144.91º 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 #90FABC is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 188 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.02 |
| HSL | 144.91º | 0.91% | 0.77% | - |
| HSV(B) | 144.91º | 0.42% | 0.98% | - |
| XYZ | 54.76 | 77.93 | 59.73 | - |
| YUV | 211.24 | 114.88 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 188 | 0.42 | 0 | 0.25 | 0.02 | 144.91 | 0.91 | 0.77 |
| Hex | 90 | FA | BC | 2A | 0 | 19 | 2 | 91 | 5B | 4D |
| Octal | 220 | 372 | 274 | 52 | 0 | 31 | 2 | 221 | 133 | 115 |
| Binary | 10010000 | 11111010 | 10111100 | 101010 | 0 | 11001 | 10 | 10010001 | 1011011 | 1001101 |
Color Harmonies of #90FABC
Complementary color
Monochromatic Colors of #90FABC
Black with #90FABC
Text Example
Text Example
White with #90FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FABC; }
p { color: rgb(144,250,188); }
H1.HeaderClassName
{
color: #90FABC;
}
.AnyTagClassName
{
color: #90FABC;
}
</style>
background-color css
<style>
a { background-color: #90FABC; }
a { background-color: rgb(144,250,188); }
div.DivClassName
{
background-color: #90FABC;
}
.BgClassName
{
background-color: #90FABC;
}
</style>
border-color css
<style>
span { border-color: #90FABC; }
span { border-color: rgb(144,250,188); }
td.TdClassName
{
border-color: #90FABC;
}
.TagClassName
{
border-color: #90FABC;
}
</style>