#A0C5CA

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

Shades of Morning Glory #A0C5CA

Tints of Morning Glory #A0C5CA

Color information

#A0C5CA (or 0xA0C5CA) is unknown color: approx Morning Glory. HEX triplet: A0, C5 and CA. RGB value is (160,197,202). Sum of RGB (Red+Green+Blue) = 160+197+202=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0C5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C5CA is #5F3A35. Grayscale: #BABABA. Windows color (decimal): -6240822 or 13288864. OLE color: 13288864.

HSL color Cylindrical-coordinate representation of color #A0C5CA: hue angle of 187.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0C5CA is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160197202-
CMYK0.210.0200.21
HSL187.14º28.38%70.98%-
HSV(B)187.14º20.79%79.22%-
XYZ45.1251.6763.47-
YUV186.51136.74109.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.62%
GREEN value IS 197 (77.34% from 255) = 35.24%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=28.62%
G=35.24%
B=36.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601972020.210.0200.21187.1428.3870.98
HexA0C5CA152015bb1c47
Octal24030531225202527334107
Binary101000001100010111001010101011001010110111011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C5CA; }

 p { color: rgb(160,197,202); }

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

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

 a { background-color: rgb(160,197,202); }

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

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

 span { border-color: rgb(160,197,202); }

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