#AAEBB5

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

Shades of Celadon #AAEBB5

Tints of Celadon #AAEBB5

Color information

#AAEBB5 (or 0xAAEBB5) is unknown color: approx Celadon. HEX triplet: AA, EB and B5. RGB value is (170,235,181). Sum of RGB (Red+Green+Blue) = 170+235+181=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBB5 is #55144A. Grayscale: #D1D1D1. Windows color (decimal): -5575755 or 11922346. OLE color: 11922346.

HSL color Cylindrical-coordinate representation of color #AAEBB5: hue angle of 130.15º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBB5 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB170235181-
CMYK0.2800.230.08
HSL130.15º61.9%79.41%-
HSV(B)130.15º27.66%92.16%-
XYZ54.6371.354.6-
YUV209.41111.9799.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 235 (92.19% from 255) = 40.10%
BLUE value IS 181 (71.09% from 255) = 30.89%
R=29.01%
G=40.10%
B=30.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702351810.2800.230.08130.1561.979.41
HexAAEBB51C0178823e4f
Octal252353265340271020276117
Binary101010101110101110110101111000101111000100000101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBB5; }

 p { color: rgb(170,235,181); }

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

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

 a { background-color: rgb(170,235,181); }

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

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

 span { border-color: rgb(170,235,181); }

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