#A6EAAE

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

Shades of Celadon #A6EAAE

Tints of Celadon #A6EAAE

Color information

#A6EAAE (or 0xA6EAAE) is unknown color: approx Celadon. HEX triplet: A6, EA and AE. RGB value is (166,234,174). Sum of RGB (Red+Green+Blue) = 166+234+174=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EAAE is #591551. Grayscale: #CFCFCF. Windows color (decimal): -5838162 or 11463334. OLE color: 11463334.

HSL color Cylindrical-coordinate representation of color #A6EAAE: hue angle of 127.06º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EAAE is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB166234174-
CMYK0.2900.260.08
HSL127.06º61.82%78.43%-
HSV(B)127.06º29.06%91.76%-
XYZ52.7970.0150.78-
YUV206.83109.4798.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.92%
GREEN value IS 234 (91.80% from 255) = 40.77%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=28.92%
G=40.77%
B=30.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662341740.2900.260.08127.0661.8278.43
HexA6EAAE1D01A87f3e4e
Octal246352256350321017776116
Binary10100110111010101010111011101011010100011111111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EAAE; }

 p { color: rgb(166,234,174); }

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

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

 a { background-color: rgb(166,234,174); }

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

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

 span { border-color: rgb(166,234,174); }

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