#A6DFAC

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

Shades of Celadon #A6DFAC

Tints of Celadon #A6DFAC

Color information

#A6DFAC (or 0xA6DFAC) is unknown color: approx Celadon. HEX triplet: A6, DF and AC. RGB value is (166,223,172). Sum of RGB (Red+Green+Blue) = 166+223+172=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DFAC is #592053. Grayscale: #C8C8C8. Windows color (decimal): -5840980 or 11329446. OLE color: 11329446.

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

Color convert

RGB166223172-
CMYK0.2600.230.13
HSL126.32º47.11%76.27%-
HSV(B)126.32º25.56%87.45%-
XYZ49.5663.8648.74-
YUV200.14112.12103.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.59%
GREEN value IS 223 (87.5% from 255) = 39.75%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=29.59%
G=39.75%
B=30.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662231720.2600.230.13126.3247.1176.27
HexA6DFAC1A017D7e2f4c
Octal246337254320271517657114
Binary10100110110111111010110011010010111110111111101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DFAC; }

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

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

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

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

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

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

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

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