Shades of Aquamarine #90FDBF
Tints of Aquamarine #90FDBF
RGB
CMYK
RGB Variations
Color information
#90FDBF (or 0x90FDBF) is known color: Aquamarine. HEX triplet: 90, FD and BF. RGB value is (144,253,191). Sum of RGB (Red+Green+Blue) = 144+253+191=588 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.49% from 588); Green value is 253 (99.22% from 255 or 43.03% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 253 - color contains mainly: green. Hex color #90FDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FDBF is #6F0240. Grayscale: #D5D5D5. Windows color (decimal): -7275073 or 12582288. OLE color: 12582288.
HSL color Cylindrical-coordinate representation of color #90FDBF: hue angle of 145.87º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FDBF is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 253 | 191 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.01 |
| HSL | 145.87º | 0.96% | 0.78% | - |
| HSV(B) | 145.87º | 0.43% | 0.99% | - |
| XYZ | 56.03 | 79.94 | 61.77 | - |
| YUV | 213.34 | 115.39 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 253 | 191 | 0.43 | 0 | 0.25 | 0.01 | 145.87 | 0.96 | 0.78 |
| Hex | 90 | FD | BF | 2B | 0 | 19 | 1 | 92 | 60 | 4E |
| Octal | 220 | 375 | 277 | 53 | 0 | 31 | 1 | 222 | 140 | 116 |
| Binary | 10010000 | 11111101 | 10111111 | 101011 | 0 | 11001 | 1 | 10010010 | 1100000 | 1001110 |
Color Harmonies of #90FDBF
Complementary color
Monochromatic Colors of #90FDBF
Black with #90FDBF
Text Example
Text Example
White with #90FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FDBF; }
p { color: rgb(144,253,191); }
H1.HeaderClassName
{
color: #90FDBF;
}
.AnyTagClassName
{
color: #90FDBF;
}
</style>
background-color css
<style>
a { background-color: #90FDBF; }
a { background-color: rgb(144,253,191); }
div.DivClassName
{
background-color: #90FDBF;
}
.BgClassName
{
background-color: #90FDBF;
}
</style>
border-color css
<style>
span { border-color: #90FDBF; }
span { border-color: rgb(144,253,191); }
td.TdClassName
{
border-color: #90FDBF;
}
.TagClassName
{
border-color: #90FDBF;
}
</style>