#A0CFCD

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

Shades of Morning Glory #A0CFCD

Tints of Morning Glory #A0CFCD

Color information

#A0CFCD (or 0xA0CFCD) is unknown color: approx Morning Glory. HEX triplet: A0, CF and CD. RGB value is (160,207,205). Sum of RGB (Red+Green+Blue) = 160+207+205=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFCD is #5F3032. Grayscale: #C0C0C0. Windows color (decimal): -6238259 or 13488032. OLE color: 13488032.

HSL color Cylindrical-coordinate representation of color #A0CFCD: hue angle of 177.45º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CFCD is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB160207205-
CMYK0.2300.010.19
HSL177.45º32.87%71.96%-
HSV(B)177.45º22.71%81.18%-
XYZ47.8356.5166.14-
YUV192.72134.93104.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.97%
GREEN value IS 207 (81.25% from 255) = 36.19%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=27.97%
G=36.19%
B=35.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602072050.2300.010.19177.4532.8771.96
HexA0CFCD170113b12148
Octal24031731527012326141110
Binary101000001100111111001101101110110011101100011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFCD; }

 p { color: rgb(160,207,205); }

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

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

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

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

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

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

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