#A2DFA6

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

Shades of Celadon #A2DFA6

Tints of Celadon #A2DFA6

Color information

#A2DFA6 (or 0xA2DFA6) is unknown color: approx Celadon. HEX triplet: A2, DF and A6. RGB value is (162,223,166). Sum of RGB (Red+Green+Blue) = 162+223+166=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DFA6 is #5D2059. Grayscale: #C6C6C6. Windows color (decimal): -6103130 or 10936226. OLE color: 10936226.

HSL color Cylindrical-coordinate representation of color #A2DFA6: hue angle of 123.93º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DFA6 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB162223166-
CMYK0.2700.260.13
HSL123.93º48.8%75.49%-
HSV(B)123.93º27.35%87.45%-
XYZ48.1763.2145.74-
YUV198.26109.79102.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.40%
GREEN value IS 223 (87.5% from 255) = 40.47%
BLUE value IS 166 (65.23% from 255) = 30.13%
R=29.40%
G=40.47%
B=30.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622231660.2700.260.13123.9348.875.49
HexA2DFA61B01AD7c314b
Octal242337246330321517461113
Binary10100010110111111010011011011011010110111111001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DFA6; }

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

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

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

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

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

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

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

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