#A6DFAD

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

Shades of Celadon #A6DFAD

Tints of Celadon #A6DFAD

Color information

#A6DFAD (or 0xA6DFAD) is unknown color: approx Celadon. HEX triplet: A6, DF and AD. RGB value is (166,223,173). Sum of RGB (Red+Green+Blue) = 166+223+173=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DFAD is #592052. Grayscale: #C8C8C8. Windows color (decimal): -5840979 or 11394982. OLE color: 11394982.

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

Color convert

RGB166223173-
CMYK0.2600.220.13
HSL127.37º47.11%76.27%-
HSV(B)127.37º25.56%87.45%-
XYZ49.6663.949.25-
YUV200.26112.62103.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.54%
GREEN value IS 223 (87.5% from 255) = 39.68%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=29.54%
G=39.68%
B=30.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662231730.2600.220.13127.3747.1176.27
HexA6DFAD1A016D7f2f4c
Octal246337255320261517757114
Binary10100110110111111010110111010010110110111111111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DFAD; }

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

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

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

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

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

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

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

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