Shades of Aquamarine #90FBDC
Tints of Aquamarine #90FBDC
RGB
CMYK
RGB Variations
Color information
#90FBDC (or 0x90FBDC) is known color: Aquamarine. HEX triplet: 90, FB and DC. RGB value is (144,251,220). Sum of RGB (Red+Green+Blue) = 144+251+220=615 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.41% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FBDC is #6F0423. Grayscale: #D7D7D7. Windows color (decimal): -7275556 or 14482320. OLE color: 14482320.
HSL color Cylindrical-coordinate representation of color #90FBDC: hue angle of 162.62º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FBDC is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 220 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.02 |
| HSL | 162.62º | 0.93% | 0.77% | - |
| HSV(B) | 162.62º | 0.43% | 0.98% | - |
| XYZ | 58.92 | 80.09 | 80.06 | - |
| YUV | 215.47 | 130.55 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 220 | 0.43 | 0 | 0.12 | 0.02 | 162.62 | 0.93 | 0.77 |
| Hex | 90 | FB | DC | 2B | 0 | C | 2 | A3 | 5D | 4D |
| Octal | 220 | 373 | 334 | 53 | 0 | 14 | 2 | 243 | 135 | 115 |
| Binary | 10010000 | 11111011 | 11011100 | 101011 | 0 | 1100 | 10 | 10100011 | 1011101 | 1001101 |
Color Harmonies of #90FBDC
Complementary color
Monochromatic Colors of #90FBDC
Black with #90FBDC
Text Example
Text Example
White with #90FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FBDC; }
p { color: rgb(144,251,220); }
H1.HeaderClassName
{
color: #90FBDC;
}
.AnyTagClassName
{
color: #90FBDC;
}
</style>
background-color css
<style>
a { background-color: #90FBDC; }
a { background-color: rgb(144,251,220); }
div.DivClassName
{
background-color: #90FBDC;
}
.BgClassName
{
background-color: #90FBDC;
}
</style>
border-color css
<style>
span { border-color: #90FBDC; }
span { border-color: rgb(144,251,220); }
td.TdClassName
{
border-color: #90FBDC;
}
.TagClassName
{
border-color: #90FBDC;
}
</style>