#AADBAE

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

Shades of Celadon #AADBAE

Tints of Celadon #AADBAE

Color information

#AADBAE (or 0xAADBAE) is unknown color: approx Celadon. HEX triplet: AA, DB and AE. RGB value is (170,219,174). Sum of RGB (Red+Green+Blue) = 170+219+174=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADBAE is #552451. Grayscale: #C7C7C7. Windows color (decimal): -5579858 or 11459498. OLE color: 11459498.

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

Color convert

RGB170219174-
CMYK0.2200.210.14
HSL124.9º40.5%76.27%-
HSV(B)124.9º22.37%85.88%-
XYZ49.5562.2749.45-
YUV199.22113.77107.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.20%
GREEN value IS 219 (85.94% from 255) = 38.90%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=30.20%
G=38.90%
B=30.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702191740.2200.210.14124.940.576.27
HexAADBAE16015E7d284c
Octal252333256260251617550114
Binary10101010110110111010111010110010101111011111011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADBAE; }

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

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

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

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

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

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

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

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