#A2DCDC

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

Shades of Morning Glory #A2DCDC

Tints of Morning Glory #A2DCDC

Color information

#A2DCDC (or 0xA2DCDC) is unknown color: approx Morning Glory. HEX triplet: A2, DC and DC. RGB value is (162,220,220). Sum of RGB (Red+Green+Blue) = 162+220+220=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #A2DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DCDC is #5D2323. Grayscale: #CACACA. Windows color (decimal): -6103844 or 14474402. OLE color: 14474402.

HSL color Cylindrical-coordinate representation of color #A2DCDC: hue angle of 180º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DCDC is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162220220-
CMYK0.26000.14
HSL180º45.31%74.9%-
HSV(B)180º26.36%86.27%-
XYZ53.4164.0477.26-
YUV202.66137.7899-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.91%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=26.91%
G=36.54%
B=36.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1622202200.26000.1418045.3174.9
HexA2DCDC1A00Eb42d4b
Octal24233433432001626455113
Binary10100010110111001101110011010001110101101001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DCDC; }

 p { color: rgb(162,220,220); }

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

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

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

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

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

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

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