#A6ECB5

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

Shades of Celadon #A6ECB5

Tints of Celadon #A6ECB5

Color information

#A6ECB5 (or 0xA6ECB5) is unknown color: approx Celadon. HEX triplet: A6, EC and B5. RGB value is (166,236,181). Sum of RGB (Red+Green+Blue) = 166+236+181=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECB5 is #59134A. Grayscale: #D0D0D0. Windows color (decimal): -5837643 or 11922598. OLE color: 11922598.

HSL color Cylindrical-coordinate representation of color #A6ECB5: hue angle of 132.86º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ECB5 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB166236181-
CMYK0.3000.230.07
HSL132.86º64.81%78.82%-
HSV(B)132.86º29.66%92.55%-
XYZ54.0671.4354.65-
YUV208.8112.3197.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.47%
GREEN value IS 236 (92.58% from 255) = 40.48%
BLUE value IS 181 (71.09% from 255) = 31.05%
R=28.47%
G=40.48%
B=31.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662361810.3000.230.07132.8664.8178.82
HexA6ECB51E017785414f
Octal246354265360277205101117
Binary101001101110110010110101111100101111111000010110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ECB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ECB5; }

 p { color: rgb(166,236,181); }

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

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

 a { background-color: rgb(166,236,181); }

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

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

 span { border-color: rgb(166,236,181); }

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