#A6EAAC

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

Shades of Celadon #A6EAAC

Tints of Celadon #A6EAAC

Color information

#A6EAAC (or 0xA6EAAC) is unknown color: approx Celadon. HEX triplet: A6, EA and AC. RGB value is (166,234,172). Sum of RGB (Red+Green+Blue) = 166+234+172=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EAAC is #591553. Grayscale: #CECECE. Windows color (decimal): -5838164 or 11332262. OLE color: 11332262.

HSL color Cylindrical-coordinate representation of color #A6EAAC: hue angle of 125.29º 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 #A6EAAC is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB166234172-
CMYK0.2900.260.08
HSL125.29º61.82%78.43%-
HSV(B)125.29º29.06%91.76%-
XYZ52.669.9349.76-
YUV206.6108.4799.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.02%
GREEN value IS 234 (91.80% from 255) = 40.91%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=29.02%
G=40.91%
B=30.07%

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
Decimal1662341720.2900.260.08125.2961.8278.43
HexA6EAAC1D01A87d3e4e
Octal246352254350321017576116
Binary10100110111010101010110011101011010100011111011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EAAC; }

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

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

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

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

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

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

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

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