Shades of Aquamarine #90FABB
Tints of Aquamarine #90FABB
RGB
CMYK
RGB Variations
Color information
#90FABB (or 0x90FABB) is known color: Aquamarine. HEX triplet: 90, FA and BB. RGB value is (144,250,187). Sum of RGB (Red+Green+Blue) = 144+250+187=581 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.78% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #90FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FABB is #6F0544. Grayscale: #D3D3D3. Windows color (decimal): -7275845 or 12319376. OLE color: 12319376.
HSL color Cylindrical-coordinate representation of color #90FABB: hue angle of 144.34º 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 #90FABB is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 187 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.02 |
| HSL | 144.34º | 0.91% | 0.77% | - |
| HSV(B) | 144.34º | 0.42% | 0.98% | - |
| XYZ | 54.66 | 77.89 | 59.17 | - |
| YUV | 211.12 | 114.38 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 187 | 0.42 | 0 | 0.25 | 0.02 | 144.34 | 0.91 | 0.77 |
| Hex | 90 | FA | BB | 2A | 0 | 19 | 2 | 90 | 5B | 4D |
| Octal | 220 | 372 | 273 | 52 | 0 | 31 | 2 | 220 | 133 | 115 |
| Binary | 10010000 | 11111010 | 10111011 | 101010 | 0 | 11001 | 10 | 10010000 | 1011011 | 1001101 |
Color Harmonies of #90FABB
Complementary color
Monochromatic Colors of #90FABB
Black with #90FABB
Text Example
Text Example
White with #90FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FABB; }
p { color: rgb(144,250,187); }
H1.HeaderClassName
{
color: #90FABB;
}
.AnyTagClassName
{
color: #90FABB;
}
</style>
background-color css
<style>
a { background-color: #90FABB; }
a { background-color: rgb(144,250,187); }
div.DivClassName
{
background-color: #90FABB;
}
.BgClassName
{
background-color: #90FABB;
}
</style>
border-color css
<style>
span { border-color: #90FABB; }
span { border-color: rgb(144,250,187); }
td.TdClassName
{
border-color: #90FABB;
}
.TagClassName
{
border-color: #90FABB;
}
</style>