#90EFDE

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

Shades of Aquamarine #90EFDE

Tints of Aquamarine #90EFDE

Color information

#90EFDE (or 0x90EFDE) is unknown color: approx Aquamarine. HEX triplet: 90, EF and DE. RGB value is (144,239,222). Sum of RGB (Red+Green+Blue) = 144+239+222=605 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.80% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFDE is #6F1021. Grayscale: #D0D0D0. Windows color (decimal): -7278626 or 14610320. OLE color: 14610320.

HSL color Cylindrical-coordinate representation of color #90EFDE: hue angle of 169.26º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFDE is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB144239222-
CMYK0.4000.070.06
HSL169.26º74.8%75.1%-
HSV(B)169.26º39.75%93.73%-
XYZ55.5572.9480.26-
YUV208.66135.5381.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.80%
GREEN value IS 239 (93.75% from 255) = 39.50%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=23.80%
G=39.50%
B=36.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1442392220.4000.070.06169.2674.875.1
Hex90EFDE28076a94b4b
Octal22035733650076251113113
Binary10010000111011111101111010100001111101010100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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