Shades of Aquamarine #90FEE7
Tints of Aquamarine #90FEE7
RGB
CMYK
RGB Variations
Color information
#90FEE7 (or 0x90FEE7) is known color: Aquamarine. HEX triplet: 90, FE and E7. RGB value is (144,254,231). Sum of RGB (Red+Green+Blue) = 144+254+231=629 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.89% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #90FEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FEE7 is #6F0118. Grayscale: #DADADA. Windows color (decimal): -7274777 or 15203984. OLE color: 15203984.
HSL color Cylindrical-coordinate representation of color #90FEE7: hue angle of 167.45º 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 #90FEE7 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 254 | 231 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.00 |
| HSL | 167.45º | 0.98% | 0.78% | - |
| HSV(B) | 167.45º | 0.43% | 1% | - |
| XYZ | 61.37 | 82.58 | 88.31 | - |
| YUV | 218.49 | 135.06 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 254 | 231 | 0.43 | 0 | 0.09 | 0.00 | 167.45 | 0.98 | 0.78 |
| Hex | 90 | FE | E7 | 2B | 0 | 9 | 0 | A7 | 62 | 4E |
| Octal | 220 | 376 | 347 | 53 | 0 | 11 | 0 | 247 | 142 | 116 |
| Binary | 10010000 | 11111110 | 11100111 | 101011 | 0 | 1001 | 0 | 10100111 | 1100010 | 1001110 |
Color Harmonies of #90FEE7
Complementary color
Monochromatic Colors of #90FEE7
Black with #90FEE7
Text Example
Text Example
White with #90FEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FEE7; }
p { color: rgb(144,254,231); }
H1.HeaderClassName
{
color: #90FEE7;
}
.AnyTagClassName
{
color: #90FEE7;
}
</style>
background-color css
<style>
a { background-color: #90FEE7; }
a { background-color: rgb(144,254,231); }
div.DivClassName
{
background-color: #90FEE7;
}
.BgClassName
{
background-color: #90FEE7;
}
</style>
border-color css
<style>
span { border-color: #90FEE7; }
span { border-color: rgb(144,254,231); }
td.TdClassName
{
border-color: #90FEE7;
}
.TagClassName
{
border-color: #90FEE7;
}
</style>