#AAD8AE

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

Shades of Celadon #AAD8AE

Tints of Celadon #AAD8AE

Color information

#AAD8AE (or 0xAAD8AE) is unknown color: approx Celadon. HEX triplet: AA, D8 and AE. RGB value is (170,216,174). Sum of RGB (Red+Green+Blue) = 170+216+174=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD8AE is #552751. Grayscale: #C5C5C5. Windows color (decimal): -5580626 or 11458730. OLE color: 11458730.

HSL color Cylindrical-coordinate representation of color #AAD8AE: hue angle of 125.22º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD8AE is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB170216174-
CMYK0.2100.190.15
HSL125.22º37.1%75.69%-
HSV(B)125.22º21.3%84.71%-
XYZ48.7760.7149.19-
YUV197.46114.76108.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 216 (84.77% from 255) = 38.57%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=30.36%
G=38.57%
B=31.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702161740.2100.190.15125.2237.175.69
HexAAD8AE15013F7d254c
Octal252330256250231717545114
Binary10101010110110001010111010101010011111111111011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD8AE; }

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

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

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

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

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

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

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

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