Shades of Aquamarine #90EFDD
Tints of Aquamarine #90EFDD
RGB
CMYK
RGB Variations
Color information
#90EFDD (or 0x90EFDD) is known color: Aquamarine. HEX triplet: 90, EF and DD. RGB value is (144,239,221). Sum of RGB (Red+Green+Blue) = 144+239+221=604 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.84% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFDD is #6F1022. Grayscale: #D0D0D0. Windows color (decimal): -7278627 or 14544784. OLE color: 14544784.
HSL color Cylindrical-coordinate representation of color #90EFDD: hue angle of 168.63º 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 #90EFDD is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 239 | 221 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.06 |
| HSL | 168.63º | 0.75% | 0.75% | - |
| HSV(B) | 168.63º | 0.4% | 0.94% | - |
| XYZ | 55.42 | 72.88 | 79.55 | - |
| YUV | 208.54 | 135.03 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 221 | 0.40 | 0 | 0.08 | 0.06 | 168.63 | 0.75 | 0.75 |
| Hex | 90 | EF | DD | 28 | 0 | 8 | 6 | A9 | 4B | 4B |
| Octal | 220 | 357 | 335 | 50 | 0 | 10 | 6 | 251 | 113 | 113 |
| Binary | 10010000 | 11101111 | 11011101 | 101000 | 0 | 1000 | 110 | 10101001 | 1001011 | 1001011 |
Color Harmonies of #90EFDD
Complementary color
Monochromatic Colors of #90EFDD
Black with #90EFDD
Text Example
Text Example
White with #90EFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EFDD; }
p { color: rgb(144,239,221); }
H1.HeaderClassName
{
color: #90EFDD;
}
.AnyTagClassName
{
color: #90EFDD;
}
</style>
background-color css
<style>
a { background-color: #90EFDD; }
a { background-color: rgb(144,239,221); }
div.DivClassName
{
background-color: #90EFDD;
}
.BgClassName
{
background-color: #90EFDD;
}
</style>
border-color css
<style>
span { border-color: #90EFDD; }
span { border-color: rgb(144,239,221); }
td.TdClassName
{
border-color: #90EFDD;
}
.TagClassName
{
border-color: #90EFDD;
}
</style>