#A3ECA4

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

Shades of Celadon #A3ECA4

Tints of Celadon #A3ECA4

Color information

#A3ECA4 (or 0xA3ECA4) is unknown color: approx Celadon. HEX triplet: A3, EC and A4. RGB value is (163,236,164). Sum of RGB (Red+Green+Blue) = 163+236+164=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3ECA4 is #5C135B. Grayscale: #CECECE. Windows color (decimal): -6034268 or 10808483. OLE color: 10808483.

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

Color convert

RGB163236164-
CMYK0.3100.310.07
HSL120.82º65.77%78.24%-
HSV(B)120.82º30.93%92.55%-
XYZ51.870.4645.99-
YUV205.96104.3297.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.95%
GREEN value IS 236 (92.58% from 255) = 41.92%
BLUE value IS 164 (64.45% from 255) = 29.13%
R=28.95%
G=41.92%
B=29.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632361640.3100.310.07120.8265.7778.24
HexA3ECA41F01F779424e
Octal243354244370377171102116
Binary10100011111011001010010011111011111111111100110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ECA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ECA4; }

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

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

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

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

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

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

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

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