#AAE1B3

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

Shades of Celadon #AAE1B3

Tints of Celadon #AAE1B3

Color information

#AAE1B3 (or 0xAAE1B3) is unknown color: approx Celadon. HEX triplet: AA, E1 and B3. RGB value is (170,225,179). Sum of RGB (Red+Green+Blue) = 170+225+179=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1B3 is #551E4C. Grayscale: #CBCBCB. Windows color (decimal): -5578317 or 11788714. OLE color: 11788714.

HSL color Cylindrical-coordinate representation of color #AAE1B3: hue angle of 129.82º 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 #AAE1B3 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB170225179-
CMYK0.2400.200.12
HSL129.82º47.83%77.45%-
HSV(B)129.82º24.44%88.24%-
XYZ51.6465.6552.6-
YUV203.31114.28104.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 225 (88.28% from 255) = 39.20%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=29.62%
G=39.20%
B=31.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251790.2400.200.12129.8247.8377.45
HexAAE1B318014C82304d
Octal252341263300241420260115
Binary101010101110000110110011110000101001100100000101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE1B3; }

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

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

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

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

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

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

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

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