#AADAB0

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

Shades of Celadon #AADAB0

Tints of Celadon #AADAB0

Color information

#AADAB0 (or 0xAADAB0) is unknown color: approx Celadon. HEX triplet: AA, DA and B0. RGB value is (170,218,176). Sum of RGB (Red+Green+Blue) = 170+218+176=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADAB0 is #55254F. Grayscale: #C6C6C6. Windows color (decimal): -5580112 or 11590314. OLE color: 11590314.

HSL color Cylindrical-coordinate representation of color #AADAB0: hue angle of 127.5º degrees, saturation: 0.39, 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 #AADAB0 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB170218176-
CMYK0.2200.190.15
HSL127.5º39.34%76.08%-
HSV(B)127.5º22.02%85.49%-
XYZ49.4961.8250.4-
YUV198.86115.1107.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.14%
GREEN value IS 218 (85.55% from 255) = 38.65%
BLUE value IS 176 (69.14% from 255) = 31.21%
R=30.14%
G=38.65%
B=31.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702181760.2200.190.15127.539.3476.08
HexAADAB016013F7f274c
Octal252332260260231717747114
Binary10101010110110101011000010110010011111111111111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAB0; }

 p { color: rgb(170,218,176); }

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

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

 a { background-color: rgb(170,218,176); }

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

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

 span { border-color: rgb(170,218,176); }

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