#A6CDCD

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

Shades of Morning Glory #A6CDCD

Tints of Morning Glory #A6CDCD

Color information

#A6CDCD (or 0xA6CDCD) is unknown color: approx Morning Glory. HEX triplet: A6, CD and CD. RGB value is (166,205,205). Sum of RGB (Red+Green+Blue) = 166+205+205=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #A6CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDCD is #593232. Grayscale: #C1C1C1. Windows color (decimal): -5845555 or 13487526. OLE color: 13487526.

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

Color convert

RGB166205205-
CMYK0.19000.20
HSL180º28.06%72.75%-
HSV(B)180º19.02%80.39%-
XYZ48.5856.1866.04-
YUV193.34134.58108.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.82%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=28.82%
G=35.59%
B=35.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1662052050.19000.2018028.0672.75
HexA6CDCD130014b41c49
Octal24631531523002426434111
Binary10100110110011011100110110011001010010110100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CDCD; }

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

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

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

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

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

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

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

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