#ACDFB3

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

Shades of Celadon #ACDFB3

Tints of Celadon #ACDFB3

Color information

#ACDFB3 (or 0xACDFB3) is unknown color: approx Celadon. HEX triplet: AC, DF and B3. RGB value is (172,223,179). Sum of RGB (Red+Green+Blue) = 172+223+179=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFB3 is #53204C. Grayscale: #CACACA. Windows color (decimal): -5447757 or 11788204. OLE color: 11788204.

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

Color convert

RGB172223179-
CMYK0.2300.200.13
HSL128.24º44.35%77.45%-
HSV(B)128.24º22.87%87.45%-
XYZ51.5464.852.44-
YUV202.74114.6106.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 223 (87.5% from 255) = 38.85%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=29.97%
G=38.85%
B=31.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722231790.2300.200.13128.2444.3577.45
HexACDFB317014D802c4d
Octal254337263270241520054115
Binary101011001101111110110011101110101001101100000001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFB3; }

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

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

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

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

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

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

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

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