#A1ECAC

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

Shades of Celadon #A1ECAC

Tints of Celadon #A1ECAC

Color information

#A1ECAC (or 0xA1ECAC) is unknown color: approx Celadon. HEX triplet: A1, EC and AC. RGB value is (161,236,172). Sum of RGB (Red+Green+Blue) = 161+236+172=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1ECAC is #5E1353. Grayscale: #CECECE. Windows color (decimal): -6165332 or 11332769. OLE color: 11332769.

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

Color convert

RGB161236172-
CMYK0.3200.270.07
HSL128.8º66.37%77.84%-
HSV(B)128.8º31.78%92.55%-
XYZ52.1470.5549.9-
YUV206.28108.6595.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.30%
GREEN value IS 236 (92.58% from 255) = 41.48%
BLUE value IS 172 (67.58% from 255) = 30.23%
R=28.30%
G=41.48%
B=30.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612361720.3200.270.07128.866.3777.84
HexA1ECAC2001B781424e
Octal241354254400337201102116
Binary1010000111101100101011001000000110111111000000110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ECAC; }

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

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

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

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

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

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

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

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