#A2D3D3

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

Shades of Morning Glory #A2D3D3

Tints of Morning Glory #A2D3D3

Color information

#A2D3D3 (or 0xA2D3D3) is unknown color: approx Morning Glory. HEX triplet: A2, D3 and D3. RGB value is (162,211,211). Sum of RGB (Red+Green+Blue) = 162+211+211=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 211 - color contains mainly: green, blue. Hex color #A2D3D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D3D3 is #5D2C2C. Grayscale: #C4C4C4. Windows color (decimal): -6106157 or 13882274. OLE color: 13882274.

HSL color Cylindrical-coordinate representation of color #A2D3D3: hue angle of 180º 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 #A2D3D3 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB162211211-
CMYK0.23000.17
HSL180º35.77%73.14%-
HSV(B)180º23.22%82.75%-
XYZ49.9558.9770.38-
YUV196.35136.27103.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.74%
GREEN value IS 211 (82.81% from 255) = 36.13%
BLUE value IS 211 (82.81% from 255) = 36.13%
R=27.74%
G=36.13%
B=36.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622112110.23000.1718035.7773.14
HexA2D3D3170011b42449
Octal24232332327002126444111
Binary101000101101001111010011101110010001101101001001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D3D3; }

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

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

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

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

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

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

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

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