#A2ECA6

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

Shades of Celadon #A2ECA6

Tints of Celadon #A2ECA6

Color information

#A2ECA6 (or 0xA2ECA6) is unknown color: approx Celadon. HEX triplet: A2, EC and A6. RGB value is (162,236,166). Sum of RGB (Red+Green+Blue) = 162+236+166=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 166 (65.23% from 255 or 29.43% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2ECA6 is #5D1359. Grayscale: #CECECE. Windows color (decimal): -6099802 or 10939554. OLE color: 10939554.

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

Color convert

RGB162236166-
CMYK0.3100.300.07
HSL123.24º66.07%78.04%-
HSV(B)123.24º31.36%92.55%-
XYZ51.7870.4346.94-
YUV205.89105.4896.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.72%
GREEN value IS 236 (92.58% from 255) = 41.84%
BLUE value IS 166 (65.23% from 255) = 29.43%
R=28.72%
G=41.84%
B=29.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622361660.3100.300.07123.2466.0778.04
HexA2ECA61F01E77b424e
Octal242354246370367173102116
Binary10100010111011001010011011111011110111111101110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECA6; }

 p { color: rgb(162,236,166); }

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

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

 a { background-color: rgb(162,236,166); }

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

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

 span { border-color: rgb(162,236,166); }

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