#A6ECB1

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

Shades of Celadon #A6ECB1

Tints of Celadon #A6ECB1

Color information

#A6ECB1 (or 0xA6ECB1) is unknown color: approx Celadon. HEX triplet: A6, EC and B1. RGB value is (166,236,177). Sum of RGB (Red+Green+Blue) = 166+236+177=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6ECB1 is #59134E. Grayscale: #D0D0D0. Windows color (decimal): -5837647 or 11660454. OLE color: 11660454.

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

Color convert

RGB166236177-
CMYK0.3000.250.07
HSL129.43º64.81%78.82%-
HSV(B)129.43º29.66%92.55%-
XYZ53.6671.2752.52-
YUV208.34110.3197.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.67%
GREEN value IS 236 (92.58% from 255) = 40.76%
BLUE value IS 177 (69.53% from 255) = 30.57%
R=28.67%
G=40.76%
B=30.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662361770.3000.250.07129.4364.8178.82
HexA6ECB11E019781414f
Octal246354261360317201101117
Binary101001101110110010110001111100110011111000000110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ECB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ECB1; }

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

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

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

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

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

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

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

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