#AADBAD

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

Shades of Celadon #AADBAD

Tints of Celadon #AADBAD

Color information

#AADBAD (or 0xAADBAD) is unknown color: approx Celadon. HEX triplet: AA, DB and AD. RGB value is (170,219,173). Sum of RGB (Red+Green+Blue) = 170+219+173=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADBAD is #552452. Grayscale: #C7C7C7. Windows color (decimal): -5579859 or 11393962. OLE color: 11393962.

HSL color Cylindrical-coordinate representation of color #AADBAD: hue angle of 123.67º 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 #AADBAD is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB170219173-
CMYK0.2200.210.14
HSL123.67º40.5%76.27%-
HSV(B)123.67º22.37%85.88%-
XYZ49.4562.2348.94-
YUV199.1113.27107.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.25%
GREEN value IS 219 (85.94% from 255) = 38.97%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=30.25%
G=38.97%
B=30.78%

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
Decimal1702191730.2200.210.14123.6740.576.27
HexAADBAD16015E7c284c
Octal252333255260251617450114
Binary10101010110110111010110110110010101111011111001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADBAD; }

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

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

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

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

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

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

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

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