#A6DEAE

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

Shades of Celadon #A6DEAE

Tints of Celadon #A6DEAE

Color information

#A6DEAE (or 0xA6DEAE) is unknown color: approx Celadon. HEX triplet: A6, DE and AE. RGB value is (166,222,174). Sum of RGB (Red+Green+Blue) = 166+222+174=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DEAE is #592151. Grayscale: #C7C7C7. Windows color (decimal): -5841234 or 11460262. OLE color: 11460262.

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

Color convert

RGB166222174-
CMYK0.2500.220.13
HSL128.57º45.9%76.08%-
HSV(B)128.57º25.23%87.06%-
XYZ49.4963.4149.67-
YUV199.78113.45103.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.54%
GREEN value IS 222 (87.11% from 255) = 39.50%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=29.54%
G=39.50%
B=30.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662221740.2500.220.13128.5745.976.08
HexA6DEAE19016D812e4c
Octal246336256310261520156114
Binary101001101101111010101110110010101101101100000011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DEAE; }

 p { color: rgb(166,222,174); }

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

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

 a { background-color: rgb(166,222,174); }

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

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

 span { border-color: rgb(166,222,174); }

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