#A2CCCB

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

Shades of Morning Glory #A2CCCB

Tints of Morning Glory #A2CCCB

Color information

#A2CCCB (or 0xA2CCCB) is unknown color: approx Morning Glory. HEX triplet: A2, CC and CB. RGB value is (162,204,203). Sum of RGB (Red+Green+Blue) = 162+204+203=569 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.47% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCCB is #5D3334. Grayscale: #BFBFBF. Windows color (decimal): -6107957 or 13356194. OLE color: 13356194.

HSL color Cylindrical-coordinate representation of color #A2CCCB: hue angle of 178.57º degrees, saturation: 0.29, 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 #A2CCCB is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB162204203-
CMYK0.2100.000.2
HSL178.57º29.17%71.76%-
HSV(B)178.57º20.59%80%-
XYZ47.2755.1864.66-
YUV191.33134.59107.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.47%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=28.47%
G=35.85%
B=35.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1622042030.2100.000.2178.5729.1771.76
HexA2CCCB150014b31d48
Octal24231431325002426335110
Binary10100010110011001100101110101001010010110011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CCCB; }

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

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

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

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

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

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

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

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