#AADCAE

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

Shades of Celadon #AADCAE

Tints of Celadon #AADCAE

Color information

#AADCAE (or 0xAADCAE) is unknown color: approx Celadon. HEX triplet: AA, DC and AE. RGB value is (170,220,174). Sum of RGB (Red+Green+Blue) = 170+220+174=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADCAE is #552351. Grayscale: #C7C7C7. Windows color (decimal): -5579602 or 11459754. OLE color: 11459754.

HSL color Cylindrical-coordinate representation of color #AADCAE: hue angle of 124.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCAE is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB170220174-
CMYK0.2300.210.14
HSL124.8º41.67%76.47%-
HSV(B)124.8º22.73%86.27%-
XYZ49.8162.7949.54-
YUV199.81113.44106.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.14%
GREEN value IS 220 (86.33% from 255) = 39.01%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=30.14%
G=39.01%
B=30.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201740.2300.210.14124.841.6776.47
HexAADCAE17015E7d2a4c
Octal252334256270251617552114
Binary10101010110111001010111010111010101111011111011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCAE; }

 p { color: rgb(170,220,174); }

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

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

 a { background-color: rgb(170,220,174); }

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

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

 span { border-color: rgb(170,220,174); }

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