#A6DFB0

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

Shades of Celadon #A6DFB0

Tints of Celadon #A6DFB0

Color information

#A6DFB0 (or 0xA6DFB0) is unknown color: approx Celadon. HEX triplet: A6, DF and B0. RGB value is (166,223,176). Sum of RGB (Red+Green+Blue) = 166+223+176=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DFB0 is #59204F. Grayscale: #C8C8C8. Windows color (decimal): -5840976 or 11591590. OLE color: 11591590.

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

Color convert

RGB166223176-
CMYK0.2600.210.13
HSL130.53º47.11%76.27%-
HSV(B)130.53º25.56%87.45%-
XYZ49.9564.0250.8-
YUV200.6114.12103.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.38%
GREEN value IS 223 (87.5% from 255) = 39.47%
BLUE value IS 176 (69.14% from 255) = 31.15%
R=29.38%
G=39.47%
B=31.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662231760.2600.210.13130.5347.1176.27
HexA6DFB01A015D832f4c
Octal246337260320251520357114
Binary101001101101111110110000110100101011101100000111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DFB0; }

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

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

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

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

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

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

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

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