#A4CCCC

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

Shades of Morning Glory #A4CCCC

Tints of Morning Glory #A4CCCC

Color information

#A4CCCC (or 0xA4CCCC) is unknown color: approx Morning Glory. HEX triplet: A4, CC and CC. RGB value is (164,204,204). Sum of RGB (Red+Green+Blue) = 164+204+204=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #A4CCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CCCC is #5B3333. Grayscale: #C0C0C0. Windows color (decimal): -5976884 or 13421732. OLE color: 13421732.

HSL color Cylindrical-coordinate representation of color #A4CCCC: hue angle of 180º degrees, saturation: 0.28, 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 #A4CCCC is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB164204204-
CMYK0.20000.2
HSL180º28.17%72.16%-
HSV(B)180º19.61%80%-
XYZ47.855.4465.31-
YUV192.04134.75108-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.67%
GREEN value IS 204 (80.08% from 255) = 35.66%
BLUE value IS 204 (80.08% from 255) = 35.66%
R=28.67%
G=35.66%
B=35.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1642042040.20000.218028.1772.16
HexA4CCCC140014b41c48
Octal24431431424002426434110
Binary10100100110011001100110010100001010010110100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CCCC; }

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

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

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

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

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

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

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

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