#A0DDDD

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

Shades of Morning Glory #A0DDDD

Tints of Morning Glory #A0DDDD

Color information

#A0DDDD (or 0xA0DDDD) is unknown color: approx Morning Glory. HEX triplet: A0, DD and DD. RGB value is (160,221,221). Sum of RGB (Red+Green+Blue) = 160+221+221=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #A0DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDDD is #5F2222. Grayscale: #CACACA. Windows color (decimal): -6234659 or 14540192. OLE color: 14540192.

HSL color Cylindrical-coordinate representation of color #A0DDDD: hue angle of 180º degrees, saturation: 0.47, 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 #A0DDDD is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160221221-
CMYK0.28000.13
HSL180º47.29%74.71%-
HSV(B)180º27.6%86.67%-
XYZ53.464.4178.02-
YUV202.76138.2997.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.58%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=26.58%
G=36.71%
B=36.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602212210.28000.1318047.2974.71
HexA0DDDD1C00Db42f4b
Octal24033533534001526457113
Binary10100000110111011101110111100001101101101001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DDDD; }

 p { color: rgb(160,221,221); }

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

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

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

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

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

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

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