#AAE3B3

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

Shades of Celadon #AAE3B3

Tints of Celadon #AAE3B3

Color information

#AAE3B3 (or 0xAAE3B3) is unknown color: approx Celadon. HEX triplet: AA, E3 and B3. RGB value is (170,227,179). Sum of RGB (Red+Green+Blue) = 170+227+179=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3B3 is #551C4C. Grayscale: #CCCCCC. Windows color (decimal): -5577805 or 11789226. OLE color: 11789226.

HSL color Cylindrical-coordinate representation of color #AAE3B3: hue angle of 129.47º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE3B3 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB170227179-
CMYK0.2500.210.11
HSL129.47º50.44%77.84%-
HSV(B)129.47º25.11%89.02%-
XYZ52.1866.7452.78-
YUV204.48113.62103.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 227 (89.06% from 255) = 39.41%
BLUE value IS 179 (70.31% from 255) = 31.08%
R=29.51%
G=39.41%
B=31.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702271790.2500.210.11129.4750.4477.84
HexAAE3B319015B81324e
Octal252343263310251320162116
Binary101010101110001110110011110010101011011100000011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE3B3; }

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

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

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

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

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

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

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

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