#A6DCAC

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

Shades of Celadon #A6DCAC

Tints of Celadon #A6DCAC

Color information

#A6DCAC (or 0xA6DCAC) is unknown color: approx Celadon. HEX triplet: A6, DC and AC. RGB value is (166,220,172). Sum of RGB (Red+Green+Blue) = 166+220+172=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DCAC is #592353. Grayscale: #C6C6C6. Windows color (decimal): -5841748 or 11328678. OLE color: 11328678.

HSL color Cylindrical-coordinate representation of color #A6DCAC: hue angle of 126.67º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DCAC is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB166220172-
CMYK0.2500.220.14
HSL126.67º43.55%75.69%-
HSV(B)126.67º24.55%86.27%-
XYZ48.7762.2748.48-
YUV198.38113.11104.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.75%
GREEN value IS 220 (86.33% from 255) = 39.43%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=29.75%
G=39.43%
B=30.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662201720.2500.220.14126.6743.5575.69
HexA6DCAC19016E7f2c4c
Octal246334254310261617754114
Binary10100110110111001010110011001010110111011111111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DCAC; }

 p { color: rgb(166,220,172); }

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

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

 a { background-color: rgb(166,220,172); }

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

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

 span { border-color: rgb(166,220,172); }

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