Shades of Aquamarine #90EFDA
Tints of Aquamarine #90EFDA
RGB
CMYK
RGB Variations
Color information
#90EFDA (or 0x90EFDA) is known color: Aquamarine. HEX triplet: 90, EF and DA. RGB value is (144,239,218). Sum of RGB (Red+Green+Blue) = 144+239+218=601 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.96% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFDA is #6F1025. Grayscale: #D0D0D0. Windows color (decimal): -7278630 or 14348176. OLE color: 14348176.
HSL color Cylindrical-coordinate representation of color #90EFDA: hue angle of 166.74º 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 #90EFDA is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 239 | 218 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.06 |
| HSL | 166.74º | 0.75% | 0.75% | - |
| HSV(B) | 166.74º | 0.4% | 0.94% | - |
| XYZ | 55.02 | 72.72 | 77.47 | - |
| YUV | 208.2 | 133.53 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 218 | 0.40 | 0 | 0.09 | 0.06 | 166.74 | 0.75 | 0.75 |
| Hex | 90 | EF | DA | 28 | 0 | 9 | 6 | A7 | 4B | 4B |
| Octal | 220 | 357 | 332 | 50 | 0 | 11 | 6 | 247 | 113 | 113 |
| Binary | 10010000 | 11101111 | 11011010 | 101000 | 0 | 1001 | 110 | 10100111 | 1001011 | 1001011 |
Color Harmonies of #90EFDA
Complementary color
Monochromatic Colors of #90EFDA
Black with #90EFDA
Text Example
Text Example
White with #90EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EFDA; }
p { color: rgb(144,239,218); }
H1.HeaderClassName
{
color: #90EFDA;
}
.AnyTagClassName
{
color: #90EFDA;
}
</style>
background-color css
<style>
a { background-color: #90EFDA; }
a { background-color: rgb(144,239,218); }
div.DivClassName
{
background-color: #90EFDA;
}
.BgClassName
{
background-color: #90EFDA;
}
</style>
border-color css
<style>
span { border-color: #90EFDA; }
span { border-color: rgb(144,239,218); }
td.TdClassName
{
border-color: #90EFDA;
}
.TagClassName
{
border-color: #90EFDA;
}
</style>