#90FEDE

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

Shades of Aquamarine #90FEDE

Tints of Aquamarine #90FEDE

Color information

#90FEDE (or 0x90FEDE) is unknown color: approx Aquamarine. HEX triplet: 90, FE and DE. RGB value is (144,254,222). Sum of RGB (Red+Green+Blue) = 144+254+222=620 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.23% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #90FEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FEDE is #6F0121. Grayscale: #D9D9D9. Windows color (decimal): -7274786 or 14614160. OLE color: 14614160.

HSL color Cylindrical-coordinate representation of color #90FEDE: hue angle of 162.55º 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 #90FEDE is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB144254222-
CMYK0.4300.130.00
HSL162.55º98.21%78.04%-
HSV(B)162.55º43.31%99.61%-
XYZ60.1382.0981.78-
YUV217.46130.5675.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.23%
GREEN value IS 254 (99.61% from 255) = 40.97%
BLUE value IS 222 (87.11% from 255) = 35.81%
R=23.23%
G=40.97%
B=35.81%

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
Decimal1442542220.4300.130.00162.5598.2178.04
Hex90FEDE2B0D0a3624e
Octal220376336530150243142116
Binary1001000011111110110111101010110110101010001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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