#A6DBAC

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

Shades of Celadon #A6DBAC

Tints of Celadon #A6DBAC

Color information

#A6DBAC (or 0xA6DBAC) is unknown color: approx Celadon. HEX triplet: A6, DB and AC. RGB value is (166,219,172). Sum of RGB (Red+Green+Blue) = 166+219+172=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DBAC is #592453. Grayscale: #C5C5C5. Windows color (decimal): -5842004 or 11328422. OLE color: 11328422.

HSL color Cylindrical-coordinate representation of color #A6DBAC: hue angle of 126.79º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DBAC is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB166219172-
CMYK0.2400.210.14
HSL126.79º42.4%75.49%-
HSV(B)126.79º24.2%85.88%-
XYZ48.561.7548.39-
YUV197.8113.44105.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.80%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=29.80%
G=39.32%
B=30.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662191720.2400.210.14126.7942.475.49
HexA6DBAC18015E7f2a4b
Octal246333254300251617752113
Binary10100110110110111010110011000010101111011111111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DBAC; }

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

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

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

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

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

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

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

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