Shades of Aquamarine #90EFD0
Tints of Aquamarine #90EFD0
RGB
CMYK
RGB Variations
Color information
#90EFD0 (or 0x90EFD0) is known color: Aquamarine. HEX triplet: 90, EF and D0. RGB value is (144,239,208). Sum of RGB (Red+Green+Blue) = 144+239+208=591 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.37% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFD0 is #6F102F. Grayscale: #CFCFCF. Windows color (decimal): -7278640 or 13692816. OLE color: 13692816.
HSL color Cylindrical-coordinate representation of color #90EFD0: hue angle of 160.42º 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 #90EFD0 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 239 | 208 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.06 |
| HSL | 160.42º | 0.75% | 0.75% | - |
| HSV(B) | 160.42º | 0.4% | 0.94% | - |
| XYZ | 53.75 | 72.22 | 70.78 | - |
| YUV | 207.06 | 128.53 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 208 | 0.40 | 0 | 0.13 | 0.06 | 160.42 | 0.75 | 0.75 |
| Hex | 90 | EF | D0 | 28 | 0 | D | 6 | A0 | 4B | 4B |
| Octal | 220 | 357 | 320 | 50 | 0 | 15 | 6 | 240 | 113 | 113 |
| Binary | 10010000 | 11101111 | 11010000 | 101000 | 0 | 1101 | 110 | 10100000 | 1001011 | 1001011 |
Color Harmonies of #90EFD0
Complementary color
Monochromatic Colors of #90EFD0
Black with #90EFD0
Text Example
Text Example
White with #90EFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EFD0; }
p { color: rgb(144,239,208); }
H1.HeaderClassName
{
color: #90EFD0;
}
.AnyTagClassName
{
color: #90EFD0;
}
</style>
background-color css
<style>
a { background-color: #90EFD0; }
a { background-color: rgb(144,239,208); }
div.DivClassName
{
background-color: #90EFD0;
}
.BgClassName
{
background-color: #90EFD0;
}
</style>
border-color css
<style>
span { border-color: #90EFD0; }
span { border-color: rgb(144,239,208); }
td.TdClassName
{
border-color: #90EFD0;
}
.TagClassName
{
border-color: #90EFD0;
}
</style>