Shades of Aquamarine #90EFDF
Tints of Aquamarine #90EFDF
RGB
CMYK
RGB Variations
Color information
#90EFDF (or 0x90EFDF) is known color: Aquamarine. HEX triplet: 90, EF and DF. RGB value is (144,239,223). Sum of RGB (Red+Green+Blue) = 144+239+223=606 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.76% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFDF is #6F1020. Grayscale: #D0D0D0. Windows color (decimal): -7278625 or 14675856. OLE color: 14675856.
HSL color Cylindrical-coordinate representation of color #90EFDF: hue angle of 169.89º 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 #90EFDF is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 239 | 223 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.06 |
| HSL | 169.89º | 0.75% | 0.75% | - |
| HSV(B) | 169.89º | 0.4% | 0.94% | - |
| XYZ | 55.69 | 72.99 | 80.97 | - |
| YUV | 208.77 | 136.03 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 223 | 0.40 | 0 | 0.07 | 0.06 | 169.89 | 0.75 | 0.75 |
| Hex | 90 | EF | DF | 28 | 0 | 7 | 6 | AA | 4B | 4B |
| Octal | 220 | 357 | 337 | 50 | 0 | 7 | 6 | 252 | 113 | 113 |
| Binary | 10010000 | 11101111 | 11011111 | 101000 | 0 | 111 | 110 | 10101010 | 1001011 | 1001011 |
Color Harmonies of #90EFDF
Complementary color
Monochromatic Colors of #90EFDF
Black with #90EFDF
Text Example
Text Example
White with #90EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EFDF; }
p { color: rgb(144,239,223); }
H1.HeaderClassName
{
color: #90EFDF;
}
.AnyTagClassName
{
color: #90EFDF;
}
</style>
background-color css
<style>
a { background-color: #90EFDF; }
a { background-color: rgb(144,239,223); }
div.DivClassName
{
background-color: #90EFDF;
}
.BgClassName
{
background-color: #90EFDF;
}
</style>
border-color css
<style>
span { border-color: #90EFDF; }
span { border-color: rgb(144,239,223); }
td.TdClassName
{
border-color: #90EFDF;
}
.TagClassName
{
border-color: #90EFDF;
}
</style>