#A6ECA7

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

Shades of Celadon #A6ECA7

Tints of Celadon #A6ECA7

Color information

#A6ECA7 (or 0xA6ECA7) is unknown color: approx Celadon. HEX triplet: A6, EC and A7. RGB value is (166,236,167). Sum of RGB (Red+Green+Blue) = 166+236+167=569 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.17% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 167 (65.62% from 255 or 29.35% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6ECA7 is #591358. Grayscale: #CFCFCF. Windows color (decimal): -5837657 or 11005094. OLE color: 11005094.

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

Color convert

RGB166236167-
CMYK0.3000.290.07
HSL120.86º64.81%78.82%-
HSV(B)120.86º29.66%92.55%-
XYZ52.770.8947.46-
YUV207.2105.3198.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.17%
GREEN value IS 236 (92.58% from 255) = 41.48%
BLUE value IS 167 (65.62% from 255) = 29.35%
R=29.17%
G=41.48%
B=29.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662361670.3000.290.07120.8664.8178.82
HexA6ECA71E01D779414f
Octal246354247360357171101117
Binary10100110111011001010011111110011101111111100110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ECA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ECA7; }

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

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

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

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

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

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

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

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