#AAE5B0

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

Shades of Celadon #AAE5B0

Tints of Celadon #AAE5B0

Color information

#AAE5B0 (or 0xAAE5B0) is unknown color: approx Celadon. HEX triplet: AA, E5 and B0. RGB value is (170,229,176). Sum of RGB (Red+Green+Blue) = 170+229+176=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE5B0 is #551A4F. Grayscale: #CDCDCD. Windows color (decimal): -5577296 or 11593130. OLE color: 11593130.

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

Color convert

RGB170229176-
CMYK0.2600.230.10
HSL126.1º53.15%78.24%-
HSV(B)126.1º25.76%89.8%-
XYZ52.4367.7251.38-
YUV205.32111.45102.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 229 (89.84% from 255) = 39.83%
BLUE value IS 176 (69.14% from 255) = 30.61%
R=29.57%
G=39.83%
B=30.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702291760.2600.230.10126.153.1578.24
HexAAE5B01A017A7e354e
Octal252345260320271217665116
Binary10101010111001011011000011010010111101011111101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE5B0; }

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

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

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

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

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

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

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

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