#A2D0CF

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

Shades of Morning Glory #A2D0CF

Tints of Morning Glory #A2D0CF

Color information

#A2D0CF (or 0xA2D0CF) is unknown color: approx Morning Glory. HEX triplet: A2, D0 and CF. RGB value is (162,208,207). Sum of RGB (Red+Green+Blue) = 162+208+207=577 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.08% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D0CF is #5D2F30. Grayscale: #C2C2C2. Windows color (decimal): -6106929 or 13619362. OLE color: 13619362.

HSL color Cylindrical-coordinate representation of color #A2D0CF: hue angle of 178.7º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2D0CF is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB162208207-
CMYK0.2200.000.18
HSL178.7º32.86%72.55%-
HSV(B)178.7º22.12%81.57%-
XYZ48.7257.367.52-
YUV194.13135.26105.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.08%
GREEN value IS 208 (81.64% from 255) = 36.05%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=28.08%
G=36.05%
B=35.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622082070.2200.000.18178.732.8672.55
HexA2D0CF160012b32149
Octal24232031726002226341111
Binary101000101101000011001111101100010010101100111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D0CF; }

 p { color: rgb(162,208,207); }

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

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

 a { background-color: rgb(162,208,207); }

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

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

 span { border-color: rgb(162,208,207); }

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