Shades of Aquamarine #90F0CD
Tints of Aquamarine #90F0CD
RGB
CMYK
RGB Variations
Color information
#90F0CD (or 0x90F0CD) is known color: Aquamarine. HEX triplet: 90, F0 and CD. RGB value is (144,240,205). Sum of RGB (Red+Green+Blue) = 144+240+205=589 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.45% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #90F0CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F0CD is #6F0F32. Grayscale: #CFCFCF. Windows color (decimal): -7278387 or 13496464. OLE color: 13496464.
HSL color Cylindrical-coordinate representation of color #90F0CD: hue angle of 158.12º degrees, saturation: 0.76, 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 #90F0CD is Cyan = 0.4, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 240 | 205 | - |
| CMYK | 0.4 | 0 | 0.15 | 0.06 |
| HSL | 158.13º | 0.76% | 0.75% | - |
| HSV(B) | 158.13º | 0.4% | 0.94% | - |
| XYZ | 53.68 | 72.66 | 68.95 | - |
| YUV | 207.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 240 | 205 | 0.4 | 0 | 0.15 | 0.06 | 158.13 | 0.76 | 0.75 |
| Hex | 90 | F0 | CD | 28 | 0 | F | 6 | 9E | 4C | 4B |
| Octal | 220 | 360 | 315 | 50 | 0 | 17 | 6 | 236 | 114 | 113 |
| Binary | 10010000 | 11110000 | 11001101 | 101000 | 0 | 1111 | 110 | 10011110 | 1001100 | 1001011 |
Color Harmonies of #90F0CD
Complementary color
Monochromatic Colors of #90F0CD
Black with #90F0CD
Text Example
Text Example
White with #90F0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F0CD; }
p { color: rgb(144,240,205); }
H1.HeaderClassName
{
color: #90F0CD;
}
.AnyTagClassName
{
color: #90F0CD;
}
</style>
background-color css
<style>
a { background-color: #90F0CD; }
a { background-color: rgb(144,240,205); }
div.DivClassName
{
background-color: #90F0CD;
}
.BgClassName
{
background-color: #90F0CD;
}
</style>
border-color css
<style>
span { border-color: #90F0CD; }
span { border-color: rgb(144,240,205); }
td.TdClassName
{
border-color: #90F0CD;
}
.TagClassName
{
border-color: #90F0CD;
}
</style>