#AAEBAC

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

Shades of Celadon #AAEBAC

Tints of Celadon #AAEBAC

Color information

#AAEBAC (or 0xAAEBAC) is unknown color: approx Celadon. HEX triplet: AA, EB and AC. RGB value is (170,235,172). Sum of RGB (Red+Green+Blue) = 170+235+172=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEBAC is #551453. Grayscale: #D0D0D0. Windows color (decimal): -5575764 or 11332522. OLE color: 11332522.

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

Color convert

RGB170235172-
CMYK0.2800.270.08
HSL121.85º61.9%79.41%-
HSV(B)121.85º27.66%92.16%-
XYZ53.7370.9449.89-
YUV208.38107.47100.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.46%
GREEN value IS 235 (92.19% from 255) = 40.73%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=29.46%
G=40.73%
B=29.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702351720.2800.270.08121.8561.979.41
HexAAEBAC1C01B87a3e4f
Octal252353254340331017276117
Binary10101010111010111010110011100011011100011110101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBAC; }

 p { color: rgb(170,235,172); }

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

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

 a { background-color: rgb(170,235,172); }

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

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

 span { border-color: rgb(170,235,172); }

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