#AADCAF

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

Shades of Celadon #AADCAF

Tints of Celadon #AADCAF

Color information

#AADCAF (or 0xAADCAF) is unknown color: approx Celadon. HEX triplet: AA, DC and AF. RGB value is (170,220,175). Sum of RGB (Red+Green+Blue) = 170+220+175=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADCAF is #552350. Grayscale: #C8C8C8. Windows color (decimal): -5579601 or 11525290. OLE color: 11525290.

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

Color convert

RGB170220175-
CMYK0.2300.200.14
HSL126º41.67%76.47%-
HSV(B)126º22.73%86.27%-
XYZ49.9162.8350.05-
YUV199.92113.94106.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=30.09%
G=38.94%
B=30.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201750.2300.200.1412641.6776.47
HexAADCAF17014E7e2a4c
Octal252334257270241617652114
Binary10101010110111001010111110111010100111011111101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCAF; }

 p { color: rgb(170,220,175); }

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

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

 a { background-color: rgb(170,220,175); }

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

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

 span { border-color: rgb(170,220,175); }

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