#A3ECAC

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

Shades of Celadon #A3ECAC

Tints of Celadon #A3ECAC

Color information

#A3ECAC (or 0xA3ECAC) is unknown color: approx Celadon. HEX triplet: A3, EC and AC. RGB value is (163,236,172). Sum of RGB (Red+Green+Blue) = 163+236+172=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3ECAC is #5C1353. Grayscale: #CFCFCF. Windows color (decimal): -6034260 or 11332771. OLE color: 11332771.

HSL color Cylindrical-coordinate representation of color #A3ECAC: hue angle of 127.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3ECAC is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB163236172-
CMYK0.3100.270.07
HSL127.4º65.77%78.24%-
HSV(B)127.4º30.93%92.55%-
XYZ52.5570.7649.92-
YUV206.88108.3296.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.55%
GREEN value IS 236 (92.58% from 255) = 41.33%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=28.55%
G=41.33%
B=30.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632361720.3100.270.07127.465.7778.24
HexA3ECAC1F01B77f424e
Octal243354254370337177102116
Binary10100011111011001010110011111011011111111111110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ECAC; }

 p { color: rgb(163,236,172); }

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

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

 a { background-color: rgb(163,236,172); }

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

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

 span { border-color: rgb(163,236,172); }

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