Shades of Aquamarine #90FCDC
Tints of Aquamarine #90FCDC
RGB
CMYK
RGB Variations
Color information
#90FCDC (or 0x90FCDC) is known color: Aquamarine. HEX triplet: 90, FC and DC. RGB value is (144,252,220). Sum of RGB (Red+Green+Blue) = 144+252+220=616 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.38% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FCDC is #6F0323. Grayscale: #D8D8D8. Windows color (decimal): -7275300 or 14482576. OLE color: 14482576.
HSL color Cylindrical-coordinate representation of color #90FCDC: hue angle of 162.22º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FCDC is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 252 | 220 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.01 |
| HSL | 162.22º | 0.95% | 0.78% | - |
| HSV(B) | 162.22º | 0.43% | 0.99% | - |
| XYZ | 59.23 | 80.72 | 80.17 | - |
| YUV | 216.06 | 130.22 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 252 | 220 | 0.43 | 0 | 0.13 | 0.01 | 162.22 | 0.95 | 0.78 |
| Hex | 90 | FC | DC | 2B | 0 | D | 1 | A2 | 5F | 4E |
| Octal | 220 | 374 | 334 | 53 | 0 | 15 | 1 | 242 | 137 | 116 |
| Binary | 10010000 | 11111100 | 11011100 | 101011 | 0 | 1101 | 1 | 10100010 | 1011111 | 1001110 |
Color Harmonies of #90FCDC
Complementary color
Monochromatic Colors of #90FCDC
Black with #90FCDC
Text Example
Text Example
White with #90FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FCDC; }
p { color: rgb(144,252,220); }
H1.HeaderClassName
{
color: #90FCDC;
}
.AnyTagClassName
{
color: #90FCDC;
}
</style>
background-color css
<style>
a { background-color: #90FCDC; }
a { background-color: rgb(144,252,220); }
div.DivClassName
{
background-color: #90FCDC;
}
.BgClassName
{
background-color: #90FCDC;
}
</style>
border-color css
<style>
span { border-color: #90FCDC; }
span { border-color: rgb(144,252,220); }
td.TdClassName
{
border-color: #90FCDC;
}
.TagClassName
{
border-color: #90FCDC;
}
</style>