#AADEB0

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

Shades of Celadon #AADEB0

Tints of Celadon #AADEB0

Color information

#AADEB0 (or 0xAADEB0) is unknown color: approx Celadon. HEX triplet: AA, DE and B0. RGB value is (170,222,176). Sum of RGB (Red+Green+Blue) = 170+222+176=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADEB0 is #55214F. Grayscale: #C9C9C9. Windows color (decimal): -5579088 or 11591338. OLE color: 11591338.

HSL color Cylindrical-coordinate representation of color #AADEB0: hue angle of 126.92º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADEB0 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB170222176-
CMYK0.2300.210.13
HSL126.92º44.07%76.86%-
HSV(B)126.92º23.42%87.06%-
XYZ50.5463.9250.75-
YUV201.21113.77105.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 222 (87.11% from 255) = 39.08%
BLUE value IS 176 (69.14% from 255) = 30.99%
R=29.93%
G=39.08%
B=30.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221760.2300.210.13126.9244.0776.86
HexAADEB017015D7f2c4d
Octal252336260270251517754115
Binary10101010110111101011000010111010101110111111111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEB0; }

 p { color: rgb(170,222,176); }

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

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

 a { background-color: rgb(170,222,176); }

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

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

 span { border-color: rgb(170,222,176); }

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