#A3DFAC

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

Shades of Celadon #A3DFAC

Tints of Celadon #A3DFAC

Color information

#A3DFAC (or 0xA3DFAC) is unknown color: approx Celadon. HEX triplet: A3, DF and AC. RGB value is (163,223,172). Sum of RGB (Red+Green+Blue) = 163+223+172=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DFAC is #5C2053. Grayscale: #C7C7C7. Windows color (decimal): -6037588 or 11329443. OLE color: 11329443.

HSL color Cylindrical-coordinate representation of color #A3DFAC: hue angle of 129º 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 #A3DFAC is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB163223172-
CMYK0.2700.230.13
HSL129º48.39%75.69%-
HSV(B)129º26.91%87.45%-
XYZ48.9463.5448.71-
YUV199.25112.62102.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.21%
GREEN value IS 223 (87.5% from 255) = 39.96%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=29.21%
G=39.96%
B=30.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632231720.2700.230.1312948.3975.69
HexA3DFAC1B017D81304c
Octal243337254330271520160114
Binary101000111101111110101100110110101111101100000011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DFAC; }

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

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

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

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

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

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

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

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