#AAD9AE

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

Shades of Celadon #AAD9AE

Tints of Celadon #AAD9AE

Color information

#AAD9AE (or 0xAAD9AE) is unknown color: approx Celadon. HEX triplet: AA, D9 and AE. RGB value is (170,217,174). Sum of RGB (Red+Green+Blue) = 170+217+174=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD9AE is #552651. Grayscale: #C6C6C6. Windows color (decimal): -5580370 or 11458986. OLE color: 11458986.

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

Color convert

RGB170217174-
CMYK0.2200.200.15
HSL125.11º38.21%75.88%-
HSV(B)125.11º21.66%85.1%-
XYZ49.0361.2349.28-
YUV198.04114.43108-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 217 (85.16% from 255) = 38.68%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=30.30%
G=38.68%
B=31.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171740.2200.200.15125.1138.2175.88
HexAAD9AE16014F7d264c
Octal252331256260241717546114
Binary10101010110110011010111010110010100111111111011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD9AE; }

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

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

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

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

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

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

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

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