#A2D3D2

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

Shades of Morning Glory #A2D3D2

Tints of Morning Glory #A2D3D2

Color information

#A2D3D2 (or 0xA2D3D2) is unknown color: approx Morning Glory. HEX triplet: A2, D3 and D2. RGB value is (162,211,210). Sum of RGB (Red+Green+Blue) = 162+211+210=583 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.79% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D3D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D3D2 is #5D2C2D. Grayscale: #C4C4C4. Windows color (decimal): -6106158 or 13816738. OLE color: 13816738.

HSL color Cylindrical-coordinate representation of color #A2D3D2: hue angle of 178.78º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2D3D2 is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB162211210-
CMYK0.2300.000.17
HSL178.78º35.77%73.14%-
HSV(B)178.78º23.22%82.75%-
XYZ49.8358.9269.72-
YUV196.24135.77103.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.79%
GREEN value IS 211 (82.81% from 255) = 36.19%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=27.79%
G=36.19%
B=36.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622112100.2300.000.17178.7835.7773.14
HexA2D3D2170011b32449
Octal24232332227002126344111
Binary101000101101001111010010101110010001101100111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D3D2; }

 p { color: rgb(162,211,210); }

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

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

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

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

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

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

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