Shades of Aquamarine #90FEBF
Tints of Aquamarine #90FEBF
RGB
CMYK
RGB Variations
Color information
#90FEBF (or 0x90FEBF) is known color: Aquamarine. HEX triplet: 90, FE and BF. RGB value is (144,254,191). Sum of RGB (Red+Green+Blue) = 144+254+191=589 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.45% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #90FEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FEBF is #6F0140. Grayscale: #D6D6D6. Windows color (decimal): -7274817 or 12582544. OLE color: 12582544.
HSL color Cylindrical-coordinate representation of color #90FEBF: hue angle of 145.64º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FEBF is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 254 | 191 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.00 |
| HSL | 145.64º | 0.98% | 0.78% | - |
| HSV(B) | 145.64º | 0.43% | 1% | - |
| XYZ | 56.35 | 80.57 | 61.87 | - |
| YUV | 213.93 | 115.06 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 254 | 191 | 0.43 | 0 | 0.25 | 0.00 | 145.64 | 0.98 | 0.78 |
| Hex | 90 | FE | BF | 2B | 0 | 19 | 0 | 92 | 62 | 4E |
| Octal | 220 | 376 | 277 | 53 | 0 | 31 | 0 | 222 | 142 | 116 |
| Binary | 10010000 | 11111110 | 10111111 | 101011 | 0 | 11001 | 0 | 10010010 | 1100010 | 1001110 |
Color Harmonies of #90FEBF
Complementary color
Monochromatic Colors of #90FEBF
Black with #90FEBF
Text Example
Text Example
White with #90FEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FEBF; }
p { color: rgb(144,254,191); }
H1.HeaderClassName
{
color: #90FEBF;
}
.AnyTagClassName
{
color: #90FEBF;
}
</style>
background-color css
<style>
a { background-color: #90FEBF; }
a { background-color: rgb(144,254,191); }
div.DivClassName
{
background-color: #90FEBF;
}
.BgClassName
{
background-color: #90FEBF;
}
</style>
border-color css
<style>
span { border-color: #90FEBF; }
span { border-color: rgb(144,254,191); }
td.TdClassName
{
border-color: #90FEBF;
}
.TagClassName
{
border-color: #90FEBF;
}
</style>