#A1CCCC

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

Shades of Morning Glory #A1CCCC

Tints of Morning Glory #A1CCCC

Color information

#A1CCCC (or 0xA1CCCC) is unknown color: approx Morning Glory. HEX triplet: A1, CC and CC. RGB value is (161,204,204). Sum of RGB (Red+Green+Blue) = 161+204+204=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #A1CCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCCC is #5E3333. Grayscale: #BFBFBF. Windows color (decimal): -6173492 or 13421729. OLE color: 13421729.

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

Color convert

RGB161204204-
CMYK0.21000.2
HSL180º29.66%71.57%-
HSV(B)180º21.08%80%-
XYZ47.1955.1265.28-
YUV191.14135.25106.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.30%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=28.30%
G=35.85%
B=35.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612042040.21000.218029.6671.57
HexA1CCCC150014b41e48
Octal24131431425002426436110
Binary10100001110011001100110010101001010010110100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCCC; }

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

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

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

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

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

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

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

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