#A0DCDA

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

Shades of Morning Glory #A0DCDA

Tints of Morning Glory #A0DCDA

Color information

#A0DCDA (or 0xA0DCDA) is unknown color: approx Morning Glory. HEX triplet: A0, DC and DA. RGB value is (160,220,218). Sum of RGB (Red+Green+Blue) = 160+220+218=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCDA is #5F2325. Grayscale: #C9C9C9. Windows color (decimal): -6234918 or 14343328. OLE color: 14343328.

HSL color Cylindrical-coordinate representation of color #A0DCDA: hue angle of 178º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DCDA is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB160220218-
CMYK0.2700.010.14
HSL178º46.15%74.51%-
HSV(B)178º27.27%86.27%-
XYZ52.7563.7275.85-
YUV201.83137.1298.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.76%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=26.76%
G=36.79%
B=36.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602202180.2700.010.1417846.1574.51
HexA0DCDA1B01Eb22e4b
Octal24033433233011626256113
Binary10100000110111001101101011011011110101100101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DCDA; }

 p { color: rgb(160,220,218); }

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

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

 a { background-color: rgb(160,220,218); }

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

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

 span { border-color: rgb(160,220,218); }

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