#A0CDCD

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

Shades of Morning Glory #A0CDCD

Tints of Morning Glory #A0CDCD

Color information

#A0CDCD (or 0xA0CDCD) is unknown color: approx Morning Glory. HEX triplet: A0, CD and CD. RGB value is (160,205,205). Sum of RGB (Red+Green+Blue) = 160+205+205=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #A0CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDCD is #5F3232. Grayscale: #BFBFBF. Windows color (decimal): -6238771 or 13487520. OLE color: 13487520.

HSL color Cylindrical-coordinate representation of color #A0CDCD: hue angle of 180º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CDCD is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160205205-
CMYK0.22000.20
HSL180º31.03%71.57%-
HSV(B)180º21.95%80.39%-
XYZ47.3555.5465.98-
YUV191.54135.59105.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.07%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=28.07%
G=35.96%
B=35.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602052050.22000.2018031.0371.57
HexA0CDCD160014b41f48
Octal24031531526002426437110
Binary10100000110011011100110110110001010010110100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CDCD; }

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

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

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

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

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

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

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

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