#AADEB3

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

Shades of Celadon #AADEB3

Tints of Celadon #AADEB3

Color information

#AADEB3 (or 0xAADEB3) is unknown color: approx Celadon. HEX triplet: AA, DE and B3. RGB value is (170,222,179). Sum of RGB (Red+Green+Blue) = 170+222+179=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEB3 is #55214C. Grayscale: #C9C9C9. Windows color (decimal): -5579085 or 11787946. OLE color: 11787946.

HSL color Cylindrical-coordinate representation of color #AADEB3: hue angle of 130.38º 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 #AADEB3 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB170222179-
CMYK0.2300.190.13
HSL130.38º44.07%76.86%-
HSV(B)130.38º23.42%87.06%-
XYZ50.8464.0452.33-
YUV201.55115.27105.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 222 (87.11% from 255) = 38.88%
BLUE value IS 179 (70.31% from 255) = 31.35%
R=29.77%
G=38.88%
B=31.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221790.2300.190.13130.3844.0776.86
HexAADEB317013D822c4d
Octal252336263270231520254115
Binary101010101101111010110011101110100111101100000101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEB3; }

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

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

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

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

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

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

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

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