#90EDDC

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

Shades of Aquamarine #90EDDC

Tints of Aquamarine #90EDDC

Color information

#90EDDC (or 0x90EDDC) is unknown color: approx Aquamarine. HEX triplet: 90, ED and DC. RGB value is (144,237,220). Sum of RGB (Red+Green+Blue) = 144+237+220=601 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.96% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #90EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EDDC is #6F1223. Grayscale: #CFCFCF. Windows color (decimal): -7279140 or 14478736. OLE color: 14478736.

HSL color Cylindrical-coordinate representation of color #90EDDC: hue angle of 169.03º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EDDC is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB144237220-
CMYK0.3900.070.07
HSL169.03º72.09%74.71%-
HSV(B)169.03º39.24%92.94%-
XYZ54.771.6678.66-
YUV207.26135.1982.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.96%
GREEN value IS 237 (92.97% from 255) = 39.43%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=23.96%
G=39.43%
B=36.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442372200.3900.070.07169.0372.0974.71
Hex90EDDC27077a9484b
Octal22035533447077251110113
Binary10010000111011011101110010011101111111010100110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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