#AAE1B4

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

Shades of Celadon #AAE1B4

Tints of Celadon #AAE1B4

Color information

#AAE1B4 (or 0xAAE1B4) is unknown color: approx Celadon. HEX triplet: AA, E1 and B4. RGB value is (170,225,180). Sum of RGB (Red+Green+Blue) = 170+225+180=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1B4 is #551E4B. Grayscale: #CBCBCB. Windows color (decimal): -5578316 or 11854250. OLE color: 11854250.

HSL color Cylindrical-coordinate representation of color #AAE1B4: hue angle of 130.91º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1B4 is Cyan = 0.24, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB170225180-
CMYK0.2400.20.12
HSL130.91º47.83%77.45%-
HSV(B)130.91º24.44%88.24%-
XYZ51.7465.6953.13-
YUV203.42114.78104.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 225 (88.28% from 255) = 39.13%
BLUE value IS 180 (70.70% from 255) = 31.30%
R=29.57%
G=39.13%
B=31.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251800.2400.20.12130.9147.8377.45
HexAAE1B418014C83304d
Octal252341264300241420360115
Binary101010101110000110110100110000101001100100000111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE1B4; }

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

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

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

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

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

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

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

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