Shades of Aquamarine #90FBDA
Tints of Aquamarine #90FBDA
RGB
CMYK
RGB Variations
Color information
#90FBDA (or 0x90FBDA) is known color: Aquamarine. HEX triplet: 90, FB and DA. RGB value is (144,251,218). Sum of RGB (Red+Green+Blue) = 144+251+218=613 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.49% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FBDA is #6F0425. Grayscale: #D7D7D7. Windows color (decimal): -7275558 or 14351248. OLE color: 14351248.
HSL color Cylindrical-coordinate representation of color #90FBDA: hue angle of 161.5º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FBDA is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 218 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.02 |
| HSL | 161.5º | 0.93% | 0.77% | - |
| HSV(B) | 161.5º | 0.43% | 0.98% | - |
| XYZ | 58.65 | 79.99 | 78.68 | - |
| YUV | 215.25 | 129.55 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 218 | 0.43 | 0 | 0.13 | 0.02 | 161.5 | 0.93 | 0.77 |
| Hex | 90 | FB | DA | 2B | 0 | D | 2 | A1 | 5D | 4D |
| Octal | 220 | 373 | 332 | 53 | 0 | 15 | 2 | 241 | 135 | 115 |
| Binary | 10010000 | 11111011 | 11011010 | 101011 | 0 | 1101 | 10 | 10100001 | 1011101 | 1001101 |
Color Harmonies of #90FBDA
Complementary color
Monochromatic Colors of #90FBDA
Black with #90FBDA
Text Example
Text Example
White with #90FBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FBDA; }
p { color: rgb(144,251,218); }
H1.HeaderClassName
{
color: #90FBDA;
}
.AnyTagClassName
{
color: #90FBDA;
}
</style>
background-color css
<style>
a { background-color: #90FBDA; }
a { background-color: rgb(144,251,218); }
div.DivClassName
{
background-color: #90FBDA;
}
.BgClassName
{
background-color: #90FBDA;
}
</style>
border-color css
<style>
span { border-color: #90FBDA; }
span { border-color: rgb(144,251,218); }
td.TdClassName
{
border-color: #90FBDA;
}
.TagClassName
{
border-color: #90FBDA;
}
</style>