#A3CCCC

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

Shades of Morning Glory #A3CCCC

Tints of Morning Glory #A3CCCC

Color information

#A3CCCC (or 0xA3CCCC) is unknown color: approx Morning Glory. HEX triplet: A3, CC and CC. RGB value is (163,204,204). Sum of RGB (Red+Green+Blue) = 163+204+204=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #A3CCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCCC is #5C3333. Grayscale: #BFBFBF. Windows color (decimal): -6042420 or 13421731. OLE color: 13421731.

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

Color convert

RGB163204204-
CMYK0.20000.2
HSL180º28.67%71.96%-
HSV(B)180º20.1%80%-
XYZ47.655.3365.3-
YUV191.74134.92107.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.55%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=28.55%
G=35.73%
B=35.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1632042040.20000.218028.6771.96
HexA3CCCC140014b41d48
Octal24331431424002426435110
Binary10100011110011001100110010100001010010110100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CCCC; }

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

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

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

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

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

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

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

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