#A6ECB3

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

Shades of Celadon #A6ECB3

Tints of Celadon #A6ECB3

Color information

#A6ECB3 (or 0xA6ECB3) is unknown color: approx Celadon. HEX triplet: A6, EC and B3. RGB value is (166,236,179). Sum of RGB (Red+Green+Blue) = 166+236+179=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECB3 is #59134C. Grayscale: #D0D0D0. Windows color (decimal): -5837645 or 11791526. OLE color: 11791526.

HSL color Cylindrical-coordinate representation of color #A6ECB3: hue angle of 131.14º 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 #A6ECB3 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB166236179-
CMYK0.3000.240.07
HSL131.14º64.81%78.82%-
HSV(B)131.14º29.66%92.55%-
XYZ53.8671.3553.58-
YUV208.57111.3197.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.57%
GREEN value IS 236 (92.58% from 255) = 40.62%
BLUE value IS 179 (70.31% from 255) = 30.81%
R=28.57%
G=40.62%
B=30.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662361790.3000.240.07131.1464.8178.82
HexA6ECB31E018783414f
Octal246354263360307203101117
Binary101001101110110010110011111100110001111000001110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ECB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ECB3; }

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

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

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

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

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

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

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

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