#A6EEAA

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

Shades of Celadon #A6EEAA

Tints of Celadon #A6EEAA

Color information

#A6EEAA (or 0xA6EEAA) is unknown color: approx Celadon. HEX triplet: A6, EE and AA. RGB value is (166,238,170). Sum of RGB (Red+Green+Blue) = 166+238+170=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EEAA is #591155. Grayscale: #D0D0D0. Windows color (decimal): -5837142 or 11202214. OLE color: 11202214.

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

Color convert

RGB166238170-
CMYK0.3000.290.07
HSL123.33º67.92%79.22%-
HSV(B)123.33º30.25%93.33%-
XYZ53.5672.1649.14-
YUV208.72106.1597.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.92%
GREEN value IS 238 (93.36% from 255) = 41.46%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=28.92%
G=41.46%
B=29.62%

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
Decimal1662381700.3000.290.07123.3367.9279.22
HexA6EEAA1E01D77b444f
Octal246356252360357173104117
Binary10100110111011101010101011110011101111111101110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EEAA; }

 p { color: rgb(166,238,170); }

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

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

 a { background-color: rgb(166,238,170); }

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

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

 span { border-color: rgb(166,238,170); }

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