#A3D4D4

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

Shades of Morning Glory #A3D4D4

Tints of Morning Glory #A3D4D4

Color information

#A3D4D4 (or 0xA3D4D4) is unknown color: approx Morning Glory. HEX triplet: A3, D4 and D4. RGB value is (163,212,212). Sum of RGB (Red+Green+Blue) = 163+212+212=587 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.77% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 212 - color contains mainly: green, blue. Hex color #A3D4D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D4D4 is #5C2B2B. Grayscale: #C5C5C5. Windows color (decimal): -6040364 or 13948067. OLE color: 13948067.

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

Color convert

RGB163212212-
CMYK0.23000.17
HSL180º36.3%73.53%-
HSV(B)180º23.11%83.14%-
XYZ50.5359.6371.13-
YUV197.35136.27103.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.77%
GREEN value IS 212 (83.20% from 255) = 36.12%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=27.77%
G=36.12%
B=36.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1632122120.23000.1718036.373.53
HexA3D4D4170011b4244a
Octal24332432427002126444112
Binary101000111101010011010100101110010001101101001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D4D4; }

 p { color: rgb(163,212,212); }

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

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

 a { background-color: rgb(163,212,212); }

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

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

 span { border-color: rgb(163,212,212); }

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