#A4CDCC

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

Shades of Morning Glory #A4CDCC

Tints of Morning Glory #A4CDCC

Color information

#A4CDCC (or 0xA4CDCC) is unknown color: approx Morning Glory. HEX triplet: A4, CD and CC. RGB value is (164,205,204). Sum of RGB (Red+Green+Blue) = 164+205+204=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDCC is #5B3233. Grayscale: #C0C0C0. Windows color (decimal): -5976628 or 13421988. OLE color: 13421988.

HSL color Cylindrical-coordinate representation of color #A4CDCC: hue angle of 178.54º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CDCC is Cyan = 0.2, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB164205204-
CMYK0.200.000.20
HSL178.54º29.08%72.35%-
HSV(B)178.54º20%80.39%-
XYZ48.0455.9165.39-
YUV192.63134.42107.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.62%
GREEN value IS 205 (80.47% from 255) = 35.78%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=28.62%
G=35.78%
B=35.60%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642052040.200.000.20178.5429.0872.35
HexA4CDCC140014b31d48
Octal24431531424002426335110
Binary10100100110011011100110010100001010010110011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDCC; }

 p { color: rgb(164,205,204); }

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

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

 a { background-color: rgb(164,205,204); }

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

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

 span { border-color: rgb(164,205,204); }

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