#AAE9B3

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

Shades of Celadon #AAE9B3

Tints of Celadon #AAE9B3

Color information

#AAE9B3 (or 0xAAE9B3) is unknown color: approx Celadon. HEX triplet: AA, E9 and B3. RGB value is (170,233,179). Sum of RGB (Red+Green+Blue) = 170+233+179=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9B3 is #55164C. Grayscale: #D0D0D0. Windows color (decimal): -5576269 or 11790762. OLE color: 11790762.

HSL color Cylindrical-coordinate representation of color #AAE9B3: hue angle of 128.57º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9B3 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB170233179-
CMYK0.2700.230.09
HSL128.57º58.88%79.02%-
HSV(B)128.57º27.04%91.37%-
XYZ53.8570.0853.34-
YUV208.01111.63100.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.21%
GREEN value IS 233 (91.41% from 255) = 40.03%
BLUE value IS 179 (70.31% from 255) = 30.76%
R=29.21%
G=40.03%
B=30.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702331790.2700.230.09128.5758.8879.02
HexAAE9B31B0179813b4f
Octal252351263330271120173117
Binary101010101110100110110011110110101111001100000011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE9B3; }

 p { color: rgb(170,233,179); }

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

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

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

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

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

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

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