#AAEBAA

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

Shades of Celadon #AAEBAA

Tints of Celadon #AAEBAA

Color information

#AAEBAA (or 0xAAEBAA) is unknown color: approx Celadon. HEX triplet: AA, EB and AA. RGB value is (170,235,170). Sum of RGB (Red+Green+Blue) = 170+235+170=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEBAA is #551455. Grayscale: #D0D0D0. Windows color (decimal): -5575766 or 11201450. OLE color: 11201450.

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

Color convert

RGB170235170-
CMYK0.2800.280.08
HSL120º61.9%79.41%-
HSV(B)120º27.66%92.16%-
XYZ53.5470.8648.89-
YUV208.15106.47100.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 235 (92.19% from 255) = 40.87%
BLUE value IS 170 (66.80% from 255) = 29.57%
R=29.57%
G=40.87%
B=29.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702351700.2800.280.0812061.979.41
HexAAEBAA1C01C8783e4f
Octal252353252340341017076117
Binary10101010111010111010101011100011100100011110001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBAA; }

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

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

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

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

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

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

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

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