#A6CFCF

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

Shades of Morning Glory #A6CFCF

Tints of Morning Glory #A6CFCF

Color information

#A6CFCF (or 0xA6CFCF) is unknown color: approx Morning Glory. HEX triplet: A6, CF and CF. RGB value is (166,207,207). Sum of RGB (Red+Green+Blue) = 166+207+207=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #A6CFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFCF is #593030. Grayscale: #C2C2C2. Windows color (decimal): -5845041 or 13619110. OLE color: 13619110.

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

Color convert

RGB166207207-
CMYK0.20000.19
HSL180º29.93%73.14%-
HSV(B)180º19.81%81.18%-
XYZ49.357.2467.48-
YUV194.74134.92107.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.62%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=28.62%
G=35.69%
B=35.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662072070.20000.1918029.9373.14
HexA6CFCF140013b41e49
Octal24631731724002326436111
Binary10100110110011111100111110100001001110110100111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CFCF; }

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

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

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

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

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

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

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

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