#A4DFAF

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

Shades of Celadon #A4DFAF

Tints of Celadon #A4DFAF

Color information

#A4DFAF (or 0xA4DFAF) is unknown color: approx Celadon. HEX triplet: A4, DF and AF. RGB value is (164,223,175). Sum of RGB (Red+Green+Blue) = 164+223+175=562 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.18% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DFAF is #5B2050. Grayscale: #C8C8C8. Windows color (decimal): -5972049 or 11526052. OLE color: 11526052.

HSL color Cylindrical-coordinate representation of color #A4DFAF: hue angle of 131.19º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DFAF is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB164223175-
CMYK0.2600.220.13
HSL131.19º47.97%75.88%-
HSV(B)131.19º26.46%87.45%-
XYZ49.4463.7650.26-
YUV199.89113.95102.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.18%
GREEN value IS 223 (87.5% from 255) = 39.68%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=29.18%
G=39.68%
B=31.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642231750.2600.220.13131.1947.9775.88
HexA4DFAF1A016D83304c
Octal244337257320261520360114
Binary101001001101111110101111110100101101101100000111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DFAF; }

 p { color: rgb(164,223,175); }

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

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

 a { background-color: rgb(164,223,175); }

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

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

 span { border-color: rgb(164,223,175); }

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