#AAE1B1

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

Shades of Celadon #AAE1B1

Tints of Celadon #AAE1B1

Color information

#AAE1B1 (or 0xAAE1B1) is unknown color: approx Celadon. HEX triplet: AA, E1 and B1. RGB value is (170,225,177). Sum of RGB (Red+Green+Blue) = 170+225+177=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE1B1 is #551E4E. Grayscale: #CBCBCB. Windows color (decimal): -5578319 or 11657642. OLE color: 11657642.

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

Color convert

RGB170225177-
CMYK0.2400.210.12
HSL127.64º47.83%77.45%-
HSV(B)127.64º24.44%88.24%-
XYZ51.4465.5751.54-
YUV203.08113.28104.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.72%
GREEN value IS 225 (88.28% from 255) = 39.34%
BLUE value IS 177 (69.53% from 255) = 30.94%
R=29.72%
G=39.34%
B=30.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251770.2400.210.12127.6447.8377.45
HexAAE1B118015C80304d
Octal252341261300251420060115
Binary101010101110000110110001110000101011100100000001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE1B1; }

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

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

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

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

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

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

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

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