#AADFB4

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

Shades of Celadon #AADFB4

Tints of Celadon #AADFB4

Color information

#AADFB4 (or 0xAADFB4) is unknown color: approx Celadon. HEX triplet: AA, DF and B4. RGB value is (170,223,180). Sum of RGB (Red+Green+Blue) = 170+223+180=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFB4 is #55204B. Grayscale: #CACACA. Windows color (decimal): -5578828 or 11853738. OLE color: 11853738.

HSL color Cylindrical-coordinate representation of color #AADFB4: hue angle of 131.32º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADFB4 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB170223180-
CMYK0.2400.190.13
HSL131.32º45.3%77.06%-
HSV(B)131.32º23.77%87.45%-
XYZ51.264.6252.95-
YUV202.25115.44105-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 223 (87.5% from 255) = 38.92%
BLUE value IS 180 (70.70% from 255) = 31.41%
R=29.67%
G=38.92%
B=31.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702231800.2400.190.13131.3245.377.06
HexAADFB418013D832d4d
Octal252337264300231520355115
Binary101010101101111110110100110000100111101100000111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFB4; }

 p { color: rgb(170,223,180); }

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

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

 a { background-color: rgb(170,223,180); }

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

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

 span { border-color: rgb(170,223,180); }

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