#A6E5B3

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

Shades of Celadon #A6E5B3

Tints of Celadon #A6E5B3

Color information

#A6E5B3 (or 0xA6E5B3) is unknown color: approx Celadon. HEX triplet: A6, E5 and B3. RGB value is (166,229,179). Sum of RGB (Red+Green+Blue) = 166+229+179=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E5B3 is #591A4C. Grayscale: #CCCCCC. Windows color (decimal): -5839437 or 11789734. OLE color: 11789734.

HSL color Cylindrical-coordinate representation of color #A6E5B3: hue angle of 132.38º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E5B3 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB166229179-
CMYK0.2800.220.10
HSL132.38º54.78%77.45%-
HSV(B)132.38º27.51%89.8%-
XYZ51.8867.452.92-
YUV204.46113.63100.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.92%
GREEN value IS 229 (89.84% from 255) = 39.90%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=28.92%
G=39.90%
B=31.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1662291790.2800.220.10132.3854.7877.45
HexA6E5B31C016A84374d
Octal246345263340261220467115
Binary101001101110010110110011111000101101010100001001101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E5B3; }

 p { color: rgb(166,229,179); }

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

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

 a { background-color: rgb(166,229,179); }

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

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

 span { border-color: rgb(166,229,179); }

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