#AADFAC

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

Shades of Celadon #AADFAC

Tints of Celadon #AADFAC

Color information

#AADFAC (or 0xAADFAC) is unknown color: approx Celadon. HEX triplet: AA, DF and AC. RGB value is (170,223,172). Sum of RGB (Red+Green+Blue) = 170+223+172=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADFAC is #552053. Grayscale: #C9C9C9. Windows color (decimal): -5578836 or 11329450. OLE color: 11329450.

HSL color Cylindrical-coordinate representation of color #AADFAC: hue angle of 122.26º 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 #AADFAC is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB170223172-
CMYK0.2400.230.13
HSL122.26º45.3%77.06%-
HSV(B)122.26º23.77%87.45%-
XYZ50.4164.348.78-
YUV201.34111.44105.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 223 (87.5% from 255) = 39.47%
BLUE value IS 172 (67.58% from 255) = 30.44%
R=30.09%
G=39.47%
B=30.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702231720.2400.230.13122.2645.377.06
HexAADFAC18017D7a2d4d
Octal252337254300271517255115
Binary10101010110111111010110011000010111110111110101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFAC; }

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

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

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

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

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

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

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

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