#90F7DE

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

Shades of Aquamarine #90F7DE

Tints of Aquamarine #90F7DE

Color information

#90F7DE (or 0x90F7DE) is unknown color: approx Aquamarine. HEX triplet: 90, F7 and DE. RGB value is (144,247,222). Sum of RGB (Red+Green+Blue) = 144+247+222=613 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.49% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #90F7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F7DE is #6F0821. Grayscale: #D5D5D5. Windows color (decimal): -7276578 or 14612368. OLE color: 14612368.

HSL color Cylindrical-coordinate representation of color #90F7DE: hue angle of 165.44º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F7DE is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB144247222-
CMYK0.4200.100.03
HSL165.44º86.55%76.67%-
HSV(B)165.44º41.7%96.86%-
XYZ57.9577.7281.06-
YUV213.35132.8878.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.49%
GREEN value IS 247 (96.88% from 255) = 40.29%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=23.49%
G=40.29%
B=36.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1442472220.4200.100.03165.4486.5576.67
Hex90F7DE2A0A3a5574d
Octal220367336520123245127115
Binary10010000111101111101111010101001010111010010110101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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