#A6D7AB

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

Shades of Celadon #A6D7AB

Tints of Celadon #A6D7AB

Color information

#A6D7AB (or 0xA6D7AB) is unknown color: approx Celadon. HEX triplet: A6, D7 and AB. RGB value is (166,215,171). Sum of RGB (Red+Green+Blue) = 166+215+171=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D7AB is #592854. Grayscale: #C3C3C3. Windows color (decimal): -5843029 or 11261862. OLE color: 11261862.

HSL color Cylindrical-coordinate representation of color #A6D7AB: hue angle of 126.12º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D7AB is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB166215171-
CMYK0.2300.200.16
HSL126.12º37.98%74.71%-
HSV(B)126.12º22.79%84.31%-
XYZ47.3859.6547.54-
YUV195.33114.27107.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.07%
GREEN value IS 215 (84.38% from 255) = 38.95%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=30.07%
G=38.95%
B=30.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662151710.2300.200.16126.1237.9874.71
HexA6D7AB17014107e264b
Octal246327253270242017646113
Binary101001101101011110101011101110101001000011111101001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D7AB; }

 p { color: rgb(166,215,171); }

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

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

 a { background-color: rgb(166,215,171); }

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

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

 span { border-color: rgb(166,215,171); }

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