#90FEDC

Color #90FEDC Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #90FEDC

Tints of Aquamarine #90FEDC

Color information

#90FEDC (or 0x90FEDC) is unknown color: approx Aquamarine. HEX triplet: 90, FE and DC. RGB value is (144,254,220). Sum of RGB (Red+Green+Blue) = 144+254+220=618 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.30% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #90FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FEDC is #6F0123. Grayscale: #D9D9D9. Windows color (decimal): -7274788 or 14483088. OLE color: 14483088.

HSL color Cylindrical-coordinate representation of color #90FEDC: hue angle of 161.45º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FEDC is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB144254220-
CMYK0.4300.130.00
HSL161.45º98.21%78.04%-
HSV(B)161.45º43.31%99.61%-
XYZ59.8681.9880.38-
YUV217.23129.5675.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 23.30%
GREEN value IS 254 (99.61% from 255) = 41.10%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=23.30%
G=41.10%
B=35.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1442542200.4300.130.00161.4598.2178.04
Hex90FEDC2B0D0a1624e
Octal220376334530150241142116
Binary1001000011111110110111001010110110101010000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90FEDC; }

 p { color: rgb(144,254,220); }

 H1.HeaderClassName
 {
   color: #90FEDC;
 }
 .AnyTagClassName
 {
   color: #90FEDC;
 }
</style>
background-color css

<style>
 a { background-color: #90FEDC; }

 a { background-color: rgb(144,254,220); }

 div.DivClassName
 {
   background-color: #90FEDC;
 }
 .BgClassName
 {
   background-color: #90FEDC;
 }
</style>
border-color css

<style>
 span { border-color: #90FEDC; }

 span { border-color: rgb(144,254,220); }

 td.TdClassName
 {
   border-color: #90FEDC;
 }
 .TagClassName
 {
   border-color: #90FEDC;
 }
</style>