#A2CDCC

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

Shades of Morning Glory #A2CDCC

Tints of Morning Glory #A2CDCC

Color information

#A2CDCC (or 0xA2CDCC) is unknown color: approx Morning Glory. HEX triplet: A2, CD and CC. RGB value is (162,205,204). Sum of RGB (Red+Green+Blue) = 162+205+204=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CDCC is #5D3233. Grayscale: #BFBFBF. Windows color (decimal): -6107700 or 13421986. OLE color: 13421986.

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

Color convert

RGB162205204-
CMYK0.2100.000.20
HSL178.6º30.07%71.96%-
HSV(B)178.6º20.98%80.39%-
XYZ47.6355.765.37-
YUV192.03134.75106.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.37%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=28.37%
G=35.90%
B=35.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622052040.2100.000.20178.630.0771.96
HexA2CDCC150014b31e48
Octal24231531425002426336110
Binary10100010110011011100110010101001010010110011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CDCC; }

 p { color: rgb(162,205,204); }

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

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

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

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

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

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

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