#A0DEDC

Color #A0DEDC Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #A0DEDC

Tints of Morning Glory #A0DEDC

Color information

#A0DEDC (or 0xA0DEDC) is unknown color: approx Morning Glory. HEX triplet: A0, DE and DC. RGB value is (160,222,220). Sum of RGB (Red+Green+Blue) = 160+222+220=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DEDC is #5F2123. Grayscale: #CBCBCB. Windows color (decimal): -6234404 or 14474912. OLE color: 14474912.

HSL color Cylindrical-coordinate representation of color #A0DEDC: hue angle of 178.06º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DEDC is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB160222220-
CMYK0.2800.010.13
HSL178.06º48.44%74.9%-
HSV(B)178.06º27.93%87.06%-
XYZ53.5464.8877.41-
YUV203.23137.4697.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.58%
GREEN value IS 222 (87.11% from 255) = 36.88%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=26.58%
G=36.88%
B=36.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602222200.2800.010.13178.0648.4474.9
HexA0DEDC1C01Db2304b
Octal24033633434011526260113
Binary10100000110111101101110011100011101101100101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DEDC; }

 p { color: rgb(160,222,220); }

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

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

 a { background-color: rgb(160,222,220); }

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

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

 span { border-color: rgb(160,222,220); }

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