#AAE5B4

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

Shades of Celadon #AAE5B4

Tints of Celadon #AAE5B4

Color information

#AAE5B4 (or 0xAAE5B4) is unknown color: approx Celadon. HEX triplet: AA, E5 and B4. RGB value is (170,229,180). Sum of RGB (Red+Green+Blue) = 170+229+180=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5B4 is #551A4B. Grayscale: #CDCDCD. Windows color (decimal): -5577292 or 11855274. OLE color: 11855274.

HSL color Cylindrical-coordinate representation of color #AAE5B4: hue angle of 130.17º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5B4 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB170229180-
CMYK0.2600.210.10
HSL130.17º53.15%78.24%-
HSV(B)130.17º25.76%89.8%-
XYZ52.8467.8853.5-
YUV205.77113.45102.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.36%
GREEN value IS 229 (89.84% from 255) = 39.55%
BLUE value IS 180 (70.70% from 255) = 31.09%
R=29.36%
G=39.55%
B=31.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702291800.2600.210.10130.1753.1578.24
HexAAE5B41A015A82354e
Octal252345264320251220265116
Binary101010101110010110110100110100101011010100000101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE5B4; }

 p { color: rgb(170,229,180); }

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

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

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

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

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

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

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