Shades of Aquamarine #90EFD8
Tints of Aquamarine #90EFD8
RGB
CMYK
RGB Variations
Color information
#90EFD8 (or 0x90EFD8) is known color: Aquamarine. HEX triplet: 90, EF and D8. RGB value is (144,239,216). Sum of RGB (Red+Green+Blue) = 144+239+216=599 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.04% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFD8 is #6F1027. Grayscale: #CFCFCF. Windows color (decimal): -7278632 or 14217104. OLE color: 14217104.
HSL color Cylindrical-coordinate representation of color #90EFD8: hue angle of 165.47º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFD8 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 239 | 216 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.06 |
| HSL | 165.47º | 0.75% | 0.75% | - |
| HSV(B) | 165.47º | 0.4% | 0.94% | - |
| XYZ | 54.76 | 72.62 | 76.1 | - |
| YUV | 207.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 216 | 0.40 | 0 | 0.10 | 0.06 | 165.47 | 0.75 | 0.75 |
| Hex | 90 | EF | D8 | 28 | 0 | A | 6 | A5 | 4B | 4B |
| Octal | 220 | 357 | 330 | 50 | 0 | 12 | 6 | 245 | 113 | 113 |
| Binary | 10010000 | 11101111 | 11011000 | 101000 | 0 | 1010 | 110 | 10100101 | 1001011 | 1001011 |
Color Harmonies of #90EFD8
Complementary color
Monochromatic Colors of #90EFD8
Black with #90EFD8
Text Example
Text Example
White with #90EFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EFD8; }
p { color: rgb(144,239,216); }
H1.HeaderClassName
{
color: #90EFD8;
}
.AnyTagClassName
{
color: #90EFD8;
}
</style>
background-color css
<style>
a { background-color: #90EFD8; }
a { background-color: rgb(144,239,216); }
div.DivClassName
{
background-color: #90EFD8;
}
.BgClassName
{
background-color: #90EFD8;
}
</style>
border-color css
<style>
span { border-color: #90EFD8; }
span { border-color: rgb(144,239,216); }
td.TdClassName
{
border-color: #90EFD8;
}
.TagClassName
{
border-color: #90EFD8;
}
</style>