#A3ECB2

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

Shades of Celadon #A3ECB2

Tints of Celadon #A3ECB2

Color information

#A3ECB2 (or 0xA3ECB2) is unknown color: approx Celadon. HEX triplet: A3, EC and B2. RGB value is (163,236,178). Sum of RGB (Red+Green+Blue) = 163+236+178=577 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.25% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3ECB2 is #5C134D. Grayscale: #CFCFCF. Windows color (decimal): -6034254 or 11725987. OLE color: 11725987.

HSL color Cylindrical-coordinate representation of color #A3ECB2: hue angle of 132.33º 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 #A3ECB2 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB163236178-
CMYK0.3100.250.07
HSL132.33º65.77%78.24%-
HSV(B)132.33º30.93%92.55%-
XYZ53.1470.9953.02-
YUV207.56111.3296.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.25%
GREEN value IS 236 (92.58% from 255) = 40.90%
BLUE value IS 178 (69.92% from 255) = 30.85%
R=28.25%
G=40.90%
B=30.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632361780.3100.250.07132.3365.7778.24
HexA3ECB21F019784424e
Octal243354262370317204102116
Binary101000111110110010110010111110110011111000010010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ECB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ECB2; }

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

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

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

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

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

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

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

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