#A6CCCC

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

Shades of Morning Glory #A6CCCC

Tints of Morning Glory #A6CCCC

Color information

#A6CCCC (or 0xA6CCCC) is unknown color: approx Morning Glory. HEX triplet: A6, CC and CC. RGB value is (166,204,204). Sum of RGB (Red+Green+Blue) = 166+204+204=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #A6CCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCCC is #593333. Grayscale: #C0C0C0. Windows color (decimal): -5845812 or 13421734. OLE color: 13421734.

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

Color convert

RGB166204204-
CMYK0.19000.2
HSL180º27.14%72.55%-
HSV(B)180º18.63%80%-
XYZ48.2255.6565.33-
YUV192.64134.41109-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.92%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=28.92%
G=35.54%
B=35.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1662042040.19000.218027.1472.55
HexA6CCCC130014b41b49
Octal24631431423002426433111
Binary10100110110011001100110010011001010010110100110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CCCC; }

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

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

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

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

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

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

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

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