#A5DFAC

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

Shades of Celadon #A5DFAC

Tints of Celadon #A5DFAC

Color information

#A5DFAC (or 0xA5DFAC) is unknown color: approx Celadon. HEX triplet: A5, DF and AC. RGB value is (165,223,172). Sum of RGB (Red+Green+Blue) = 165+223+172=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DFAC is #5A2053. Grayscale: #C7C7C7. Windows color (decimal): -5906516 or 11329445. OLE color: 11329445.

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

Color convert

RGB165223172-
CMYK0.2600.230.13
HSL127.24º47.54%76.08%-
HSV(B)127.24º26.01%87.45%-
XYZ49.3563.7548.73-
YUV199.84112.28103.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.46%
GREEN value IS 223 (87.5% from 255) = 39.82%
BLUE value IS 172 (67.58% from 255) = 30.71%
R=29.46%
G=39.82%
B=30.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652231720.2600.230.13127.2447.5476.08
HexA5DFAC1A017D7f304c
Octal245337254320271517760114
Binary10100101110111111010110011010010111110111111111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DFAC; }

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

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

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

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

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

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

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

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