Shades of Aquamarine #90FCDD
Tints of Aquamarine #90FCDD
RGB
CMYK
RGB Variations
Color information
#90FCDD (or 0x90FCDD) is known color: Aquamarine. HEX triplet: 90, FC and DD. RGB value is (144,252,221). Sum of RGB (Red+Green+Blue) = 144+252+221=617 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.34% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FCDD is #6F0322. Grayscale: #D8D8D8. Windows color (decimal): -7275299 or 14548112. OLE color: 14548112.
HSL color Cylindrical-coordinate representation of color #90FCDD: hue angle of 162.78º 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 #90FCDD is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 252 | 221 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.01 |
| HSL | 162.78º | 0.95% | 0.78% | - |
| HSV(B) | 162.78º | 0.43% | 0.99% | - |
| XYZ | 59.36 | 80.77 | 80.87 | - |
| YUV | 216.17 | 130.72 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 252 | 221 | 0.43 | 0 | 0.12 | 0.01 | 162.78 | 0.95 | 0.78 |
| Hex | 90 | FC | DD | 2B | 0 | C | 1 | A3 | 5F | 4E |
| Octal | 220 | 374 | 335 | 53 | 0 | 14 | 1 | 243 | 137 | 116 |
| Binary | 10010000 | 11111100 | 11011101 | 101011 | 0 | 1100 | 1 | 10100011 | 1011111 | 1001110 |
Color Harmonies of #90FCDD
Complementary color
Monochromatic Colors of #90FCDD
Black with #90FCDD
Text Example
Text Example
White with #90FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FCDD; }
p { color: rgb(144,252,221); }
H1.HeaderClassName
{
color: #90FCDD;
}
.AnyTagClassName
{
color: #90FCDD;
}
</style>
background-color css
<style>
a { background-color: #90FCDD; }
a { background-color: rgb(144,252,221); }
div.DivClassName
{
background-color: #90FCDD;
}
.BgClassName
{
background-color: #90FCDD;
}
</style>
border-color css
<style>
span { border-color: #90FCDD; }
span { border-color: rgb(144,252,221); }
td.TdClassName
{
border-color: #90FCDD;
}
.TagClassName
{
border-color: #90FCDD;
}
</style>