#A3DFA6

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

Shades of Celadon #A3DFA6

Tints of Celadon #A3DFA6

Color information

#A3DFA6 (or 0xA3DFA6) is unknown color: approx Celadon. HEX triplet: A3, DF and A6. RGB value is (163,223,166). Sum of RGB (Red+Green+Blue) = 163+223+166=552 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.53% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DFA6 is #5C2059. Grayscale: #C6C6C6. Windows color (decimal): -6037594 or 10936227. OLE color: 10936227.

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

Color convert

RGB163223166-
CMYK0.2700.260.13
HSL123º48.39%75.69%-
HSV(B)123º26.91%87.45%-
XYZ48.3763.3245.75-
YUV198.56109.62102.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.53%
GREEN value IS 223 (87.5% from 255) = 40.40%
BLUE value IS 166 (65.23% from 255) = 30.07%
R=29.53%
G=40.40%
B=30.07%

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
Decimal1632231660.2700.260.1312348.3975.69
HexA3DFA61B01AD7b304c
Octal243337246330321517360114
Binary10100011110111111010011011011011010110111110111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DFA6; }

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

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

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

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

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

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

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

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